user1530783
user1530783

Reputation: 1

How to restore missing controls from toolbox in visual studio 2008?

I am using windows7 and visual studio 2008. The datalist tool is missing from toolbox. How to restore the tool?

Upvotes: 0

Views: 5874

Answers (2)

Mark Hall
Mark Hall

Reputation: 54532

If you right click in the Toolbox's panel you will get a popup menu with an option to reset the Toolbox. This will put your ToolBox back to the Factory settings, if you have adding anything manualy they will be reset. Also by right clicking in the same panel and selecting Choose Items, you can then select the .Net Framework Components Tab in the Choose Items Form and then select your missing Item from there.

enter image description here

and

enter image description here

Upvotes: 1

Aleksej Vasinov
Aleksej Vasinov

Reputation: 2797

Try to rightclick mouse on toolbox panel and "Reset toolbox"

Upvotes: 0

Related Questions