xiaoDD Posted May 6, 2003 Posted May 6, 2003 Hi, 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? TQvM Quote
*Gurus* divil Posted May 6, 2003 *Gurus* Posted May 6, 2003 You can use any control to paint to, but I'd use a Panel or Picturebox if you're not making your own. Catch the control's Paint event and use the passed Graphics object to paint. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.