|
-
Jul 16th, 2005, 07:41 AM
#1
Thread Starter
Lively Member
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?
-
Jul 16th, 2005, 07:56 AM
#2
Re: how to draw points onto a frame control?
Use Picturebox control instead.
-
Jul 16th, 2005, 11:45 AM
#3
Thread Starter
Lively Member
Re: how to draw points onto a frame control?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|