-
I´ve PictureBox with jpg image. There is also some labels in same pictureBox. When I make labels visible and non-visible I see very annoying blinking. Labels have transparent background and when all of them are hided and when I make them again visible their background areas appears to be visible for a while. I don´t want that! What I must to do?
-
blink
if the labels are over the background and not the picture then just set the background of the lable to match the background of the picture box.
Other than that..I've no idea of what to try.
-
you're probably better doing it manually. use
Code:
Picture1.CurrentX = 100
Picture1.CurrentY = 100
Picture1.Print "hello"
to print at coordinates 100,100
to clear the picturebox useyou will need a lot of labels to notice any flickering at all, even just turning one off
hope this helps