![]() |
| | #1 |
| Registered User Join Date: Oct 2006 Location: UK/Norway
Posts: 464
| Stop PictureBox from redrawing? I have a picturebox that I draw a few lines on top of. But right now it does not look very nice as sometimes the the lines are not rendered(the background picture is) and the lines flicker a lot. I think the flickering problem comes from the fact that the picturebox is first drawed, they I draw it again using my custom OnPaint handler, and then I draw the lines on the top of that again. Is there any nice ways around this? If I could disable the inbuilt paint call and pause the updating until I was done with my rendering I think it would look better, or atleast good enough. Any ideas? |
| h3ro is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Updating picture in PictureBox with a WinForms application? | falcon05 | C++ Programming | 0 | 07-13-2009 02:32 PM |
| Visual Studio - Access PictureBox outside Form1 class? | andreasleon | C# Programming | 1 | 06-08-2009 01:55 PM |
| Error stop Http Listener | George2 | C# Programming | 1 | 06-04-2008 02:14 AM |
| when a while loop will stop ? | blue_gene | C Programming | 13 | 04-20-2004 03:45 PM |
| Telling other applications to stop | nickname_changed | Windows Programming | 11 | 09-25-2003 12:47 AM |