Hey all,
I have a htpc project that I am working on. The main program loads dlls which are basically other win forms. On each of these forms, including the main program, I use a picturebox (double buffered picturebox) for the background image and then draw everything on it by hand. Whenever I go from the main program to the dll, I get a weird flicker. It looks like it is the previously used double buffer. Is there any way to clear the background double buffer before the flicker?
Here's a couple of videos of the problem:
http://www.youtube.com/watch?v=-wL2r91ch7c
http://www.youtube.com/watch?v=IgISEeajajE
Notice the black screen with the white lines on it or the flash of the desktop after I click "Movies." How do I get rid of that?
Thanks for any help,
Josh