how to draw points onto a frame control?
--------------------------------------------------------------------------------
I need to draw hundreds of points onto a frame control. It should look like the points on a form in the form designer of VB6.
I tried to create a shape control array, but that is too slow to swich on/off the visible property of hundreds of shape controls.
how to draw directly onto the frame control?
Re: how to draw points onto a frame control?
Use Picturebox control instead.
Re: how to draw points onto a frame control?