How to recover control deleted from ToolBox In Visual Studio?
Asked Answered
S

5

10

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

Simmons answered 31/12, 2010 at 14:34 Comment(5)
Step 1: Accept some answers. (You may have noticed this pattern in your previous questions.)Nickinickie
@skaffman: Perhaps my pessimism is half-full today.Nickinickie
How to accept i have made the arrow up which increase the value at there. is there any other way please tell me how to accept?Simmons
@ David,skaffman: I'm Not getting about what u are talking?Simmons
@jagdeep: You accept answers using the tick symbol next to them. See the FAQ.Hanhana
S
9

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").

Sampan answered 31/12, 2010 at 21:33 Comment(2)
@ skeeve :It does not showing the option on right click. The options shown are: hide, auto-hide,floating,dockableSimmons
@jagdeep And on a Tool icon not the Toolbox title?Salesperson
M
5

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

Mellisamellisent answered 21/11, 2011 at 12:27 Comment(1)
Will this not reset it to default removing any non-default tools that they had shown?Eupatorium
H
0

Disclaimer: This is based on memory. Right click on Toolbox, you should get properties/configure or Add Control option. Select that option and a dialog box will appear listing all types (.net, COM) of control. Select the control that has gone missing and it should be back to your toolbox.

Hallucinate answered 31/12, 2010 at 14:42 Comment(1)
@ Pradeep: I'm not getting the description u have told after right clicking on the tool boxSimmons
F
0

If reset toolbox does not help please try the following: - right click on the blank toolbox area and select the option "Add/remove Items"; - click on the browse button; - if 'Windows Forms' controls are missing navigate to: C:\WINDOWS\Microsoft.NET\Framework\vx.xxxx\System.Windows.Forms.dll - if 'Web' controls are missing navigate to: C:\WINDOWS\Microsoft.NET\Framework\vx.xxxx\System.Web.dll - and press OK.

The controls should then appear on the relevant tabs.

Fanni answered 31/10, 2013 at 16:35 Comment(0)
V
0

For Visual Studios or other visual stuff, to reset the toolbox and other tools click windows then go to reset windows layout.

Vidar answered 15/8, 2014 at 2:18 Comment(1)
All caps probably isn't strictly necessary.Simoneaux

© 2022 - 2024 — McMap. All rights reserved.