Forcing a PictureBox to retain its image if the image was drawn on using code in vb.net

Posted by Cyclone on Stack Overflow See other posts from Stack Overflow or by Cyclone
Published on 2009-10-07T02:35:38Z Indexed on 2010/04/14 20:13 UTC
Read the original article Hit count: 126

Filed under:

My pictureboxes sometimes clear of all drawings when they are done creating the image, or sometimes halfway through. Calling GC.Collect() before the drawing starts lets it draw MORE before it clears, but how can I stop it from clearing entirely?

This is in vb.net

Thanks!

© Stack Overflow or respective owner

Related posts about picturebox