|
-
Jan 22nd, 2004, 12:23 PM
#1
Thread Starter
Junior Member
Clear a PictureBox
I have a picture box that has different images inserted when a combobox selection is made. I also have a clear button that clears all the contents on my form. How do I clear a picturebox? I have tried the following and none of them work:
picFrom.Image = vbNullString
picFrom.Image = ""
picFrom.Clear ()
Any ideas? I am sure this is an easy one I just seem to have hit a wall...
Thanks!
-
Jan 22nd, 2004, 12:38 PM
#2
Member
-
Jan 22nd, 2004, 01:08 PM
#3
Thread Starter
Junior Member
See, I knew it was easy! Please pardon my ignorance...
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
|