E
eBob.com
This real novice VB.NET programmer wants to put a "scatterplot" (just
a bunch of dots) on his form. There'll be other stuff on the form
too, but it's the scatterplot which I need your help on. Is
PictureBox the way to go? If so I am not finding any SIMPLE examples
using PictureBox in VB.NET.
If it matters ... I will eventually want to detect when the move moves
over one of the dots and will want the graph to grow and shrink as the
parent form grows and shrinks.
But at this point all I need is to make sure that I take the right
direction (i.e. PictureBox or some other technique) and to find a
SIMPLE, VB.NET example which illustrates that technique.
(I've found many graphics examples, by the way. But most draw all
over the entire form, I need to have some other controls on my form.
Or they are doing a bunch of stuff in addition to the graphics and
it's hard to separate out just the stuff necessary for the graphics.
Or they are not VB.NET. Or ... whatever. I just can't seem to find
any good, simple, VB.NET examples.)
Thanks, Bob
a bunch of dots) on his form. There'll be other stuff on the form
too, but it's the scatterplot which I need your help on. Is
PictureBox the way to go? If so I am not finding any SIMPLE examples
using PictureBox in VB.NET.
If it matters ... I will eventually want to detect when the move moves
over one of the dots and will want the graph to grow and shrink as the
parent form grows and shrinks.
But at this point all I need is to make sure that I take the right
direction (i.e. PictureBox or some other technique) and to find a
SIMPLE, VB.NET example which illustrates that technique.
(I've found many graphics examples, by the way. But most draw all
over the entire form, I need to have some other controls on my form.
Or they are doing a bunch of stuff in addition to the graphics and
it's hard to separate out just the stuff necessary for the graphics.
Or they are not VB.NET. Or ... whatever. I just can't seem to find
any good, simple, VB.NET examples.)
Thanks, Bob