picturebox problem
-
I have load an image to a picture box like here: MypicBox.Image=Image.FileName("D/foto1.jpeg") the pic is now displaying in the box, but how can I clear it now? thanks
with the magical line MypicBox.Image=null; :)
Luc Pattyn [My Articles] [Forum Guidelines]
-
with the magical line MypicBox.Image=null; :)
Luc Pattyn [My Articles] [Forum Guidelines]
-
I have load an image to a picture box like here: MypicBox.Image=Image.FileName("D/foto1.jpeg") the pic is now displaying in the box, but how can I clear it now? thanks
-
I have load an image to a picture box like here: MypicBox.Image=Image.FileName("D/foto1.jpeg") the pic is now displaying in the box, but how can I clear it now? thanks
:sigh:insert the default image to the picturebox or zero it : pictureBox01.Image = null;