Azman Ali
March 23rd, 1999, 03:16 AM
Dear Sir,
I would like clear a image in a picture box after showing that image when i click
a button.
Please Assist Me. Thank You.
Chris Eastwood
March 23rd, 1999, 06:12 AM
Hi
Try
Set Picture1.Picture = Nothing ' where picture1 is the name of your picturebox
Regards
Chris Eastwood
CodeGuru - the website for developers
http://www.codeguru.com/vb
Vinayak Sapre
March 23rd, 1999, 03:13 PM
If you have drawn picture yourself then Picture1.CLS.
If you have loaded from a file then either Picture1.Picture = Nothing as chris suggested or Picture1.picture = LoadPicture("")