Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to recover control deleted from ToolBox In Visual Studio?

I've deleted a tool from ToolBox by accident. How I can get it back if possible?

like image 404
Learner Avatar asked Dec 31 '10 14:12

Learner


2 Answers

The standard way is to select the tab in the toolbox and select "Choose Items", this opens a window that allows you a list of controls to add, or you can browse to find the control in it's assembly if it is not there.

You can also restore the toolbox to the original configuration with a Right Click on the Toolbox and select "Reset Toolbox" (WARNING: This will give you the VS defaults. If you loaded any control libraries, you will lose them and have to reload them with their installer or "Choose Items").

like image 52
skeeve Avatar answered Oct 16 '22 19:10

skeeve


Just right click any tool and select reset toolbox....you will get the deleted tool.

like image 35
Keerthan Avatar answered Oct 16 '22 19:10

Keerthan