image

  • Thread starter Thread starter Hrvoje Voda
  • Start date Start date
H

Hrvoje Voda

I'm using picturebox.
When I wnat to clear image from it, I call picBox.Image = null;.
But it doesn't work.

Hrcko
 
Works for me... did you call Invalidate() or Refresh() after setting to null
the image?
fabrizio
 

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

Similar Threads

unload picture 2
Releasing a bitmap after use 10
check disabled 3
usercontrol 1
Loading images from dataset 1
About bitmap 1
listview 3
transparent 2

Back
Top