Can anyone assist me in trying to resolve a problem of a label flickering within an image box.
I have designed a simple screen saver for my workplace. The program has the following items. I have an image box (image1) which has another image box (image2) embedded within. In the Image1 box I also have a label1, this seems to flicker each time image bounces around the screen.
I have also changed that form1.autoredraw = false, flickering still exisits.
I have also done research into the flickering and yes, I have tried picture boxes instead of image boxes, but still i have the same problem. I have also decreased the speed/time of the box bouncing around the screen, problem is still there. My background color on the form is black yet the label caption is in white, just for your information.
Does anyone have any ideas to resolve the flickering ?
Upload your program. I'll fix it for ya. I had this problem before but managed to solve it myself. Unfortunately it was years ago! But my memory should come back once I work on your program.