CodeItBetter Programming Another VB Programming Blog

How to select/remove picture in a picture box

Posted on January 4, 2009
1
2
3
4
5
6
7
8
9
10
'Controls - How to select/remove picture in a picture box
'To load a picture in picture box
Picture1.Picture = LoadPicture("c:\windows\setup.bmp")
 
'To remove a picture in picture box
Picture1.Picture = LoadPicture("")
 
'or

Set Picture1.Picture = Nothing
Filed under: Controls Leave a comment
Comments (0) Trackbacks (0)

No comments yet.


Leave a comment


 

No trackbacks yet.