clearing the image from a picturebox

  • Thread starter Thread starter aussie rules
  • Start date Start date
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
 
* "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
///
 
Back
Top