I wish to write a program using VB .NET for drawing/plotting a curve (e.g. squrewave, sinewave, line, etc). Would anyone please advise which control is suitable to perform this task?
You can use any control to paint to, but Id use a Panel or Picturebox if youre not making your own. Catch the controls Paint event and use the passed Graphics object to paint.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.