Execution of .Visible change in code for a button -
10-29-2003
, 12:41 PM
I am trying to change the visible property for a picturebox during the execution of code for a button.
If that is all I am doing, it works fine, but I am trying to give the appearance of movement. When a picture box
reaches the side of the screen, I want another picture box to become visible and move in the opposite direction.
The loop executes, but no matter where I put the code for the .visible change, it does not execute until the
box reaches it final spot. What can I do?
The two boxes do not cross. |