PDA

Click to See Complete Forum and Search --> : Flickering ... ?


slx47
Apr 25th, 2002, 02:59 PM
how do you stop the flickering in vb.net using pictureboxes ?

slx47
Apr 28th, 2002, 11:16 AM
does anyone here know anything at all ?

wolfofthenorth
Apr 28th, 2002, 12:13 PM
If you are talking about the picture box not being visible on a form after you run it...

Try setting the image dynamically in code. I think there is a bug, in that, the picture box seems to lose its image when going from design to runtime. I have noticed this on other controls as well.

:rolleyes:

Tygur
Apr 29th, 2002, 06:00 PM
Originally posted by slx47
how do you stop the flickering in vb.net using pictureboxes ?
Well, I suppose if you showed how you're getting the flickering, I'd probably be able to tell you how to get rid of it. But, as is, you didn't give me enough information to work with.