diagram

  • Thread starter Thread starter Julia
  • Start date Start date
J

Julia

I have a Windows app and I would like to add some diagrams to it. What is the
best way to do this?
 
Julia said:
I have a Windows app and I would like to add some diagrams to it. What is
the
best way to do this?


What kind of diagrams? When you say "add some diagrams..." do you mean,
simply display the images or do you want your application to be able to
access and manipulate the diagrams? For simple display, a PictureBox on an
existing form or on a separate form (depending on image size and available
space) may suit your needs.
 
Back
Top