clearing the image from a picturebox

A

aussie rules

Hi,

I have a picturebox with a gif I have loaded fromfile.

I want to clear the picture so that nothing is displayed, but cannot see a
method to do this.

How can i do it

Thanks
 
H

Herfried K. Wagner [MVP]

* "aussie rules said:
I have a picturebox with a gif I have loaded fromfile.

I want to clear the picture so that nothing is displayed, but cannot see a
method to do this.

"nothing is displayed":

\\\
Me.PictureBox1.Image = Nothing
///
 

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

Top