how do you stop the flickering in vb.net using pictureboxes ?
Printable View
how do you stop the flickering in vb.net using pictureboxes ?
does anyone here know anything at all ?
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:
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.Quote:
Originally posted by slx47
how do you stop the flickering in vb.net using pictureboxes ?