|
-
March 23rd, 1999, 04:16 AM
#1
How to clear image in picture box
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.
-
March 23rd, 1999, 07:12 AM
#2
Re: How to clear image in picture box
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
-
March 23rd, 1999, 04:13 PM
#3
Re: How to clear image in picture box
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("")
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|