Results 1 to 3 of 3

Thread: how to draw points onto a frame control?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2005
    Posts
    81

    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?

  2. #2
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: how to draw points onto a frame control?

    Use Picturebox control instead.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jun 2005
    Posts
    81

    Re: how to draw points onto a frame control?

    ok, thx, i will

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width