How do I remove/change the picture property of a control at design time?
Answer Posted / Krishan Chandra Srivastava
To change or remove the picture property of a control at design time in Visual Basic, you can use the Picture property and assign it either nothing (nothing) for removal, or an Image object for changing. For example: `PictureBox1.Picture = Nothing`.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Specify technical & functional architecture of your last 2 projects.
How do I force a file dialogue box to reread the currect disk?
Draw Sequence Modal of DAO and Explain?
With in the form we want to check all the text box control are typed or not? How?
How do I make the mouse cursor invisible/visible?
How would you attach pictures in column headers of List View Control?
How would you activate animation control?
How do I tell when an application executed using the SHELL command is finished?