Tuesday, September 1, 2009

HIDE AND SEEK



I used visual basic to do this because i had to, i had 2 buttons and they work when you click then, when you click hide the image disappears and when you click seek the image reappears. i used a picture box and imported a local image, which hides and seeks.

This code hides the picture.
PictureBox1.Visible = False

This code makes the image appear
PictureBox1.Visible = True

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home