[Year 12 Its] VB Question

Sam Gerges sgerges at samaritan.melb.catholic.edu.au
Wed Jul 12 11:45:04 EST 2006


Hi Frank,
Create a picture and a command button on a form.
In the property of the picture (visible = true and the name is imgPicture)

The code for the button is:
Private Sub Command1_Click()
imgPicture.Picture = Nothing
End Sub

When you run it and click on the button, the picture will disappear. 
Is that what you after?

Cheers
Sam Gerges
Samaritan Catholic College


More information about the is mailing list