Remove picture from Image Control?

  • Thread starter Thread starter Jon
  • Start date Start date
J

Jon

I have a few blank Image Controls on a form. When a command button is
clicked, a picture is assigned to the Image Controls. When the command
button is clicked again, I would like all of the Image Controls to
"reset" back to being blank (ie no picture assigned). Anyone have an
idea how to remove an assigned picture from an image control?

Thanks.
 
I had to dig around awhile, but I finally found the answer:

Object.Picture = LoadPicture("")

So simple.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top