How do I remove/change the picture property of a control at design time?



How do I remove/change the picture property of a control at design time?..

Answer / 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

More Visual Basic Interview Questions

___,___ and __ are difference between image and picture controls.

1 Answers  


What is pivot table and how to create a pivot table

2 Answers  


Types of cursors in DAO?

1 Answers  


Types of Modal windows in VB.

1 Answers  


How do I mimic a toggle button?

1 Answers  


what are the Types of Resultsets?

1 Answers  


What is Dataware Control?

1 Answers  


Through which protocol OLEDB components are interfaced?

1 Answers  


Binary Access-method is used to access file in which manner?

1 Answers  


How many ways you can access file using VB?

1 Answers  


What are the types of line styles available in Treeview Control?

1 Answers  


How can you Navigate from the DHTML application to another DHTML application? .

1 Answers  


Categories