How to bring back a deleted tab in visual studio 2010 - visual-studio

I accidentally deleted data tab in visual studio 2010 design mode. How can i bring it back??

You can retrieve any window under the View tab in VS, you're probably looking for the Solution Explorer
EDIT:
Right-click in your toolbox and select Show all or Reset toolbox

Related

Can't find server explorer Microsoft Visual Studio 2015

I'm trying to make a C# application and I need the server explorer but I can't find it when I click on View menu. I am using Microsoft Visual Studio Express 2015. Is it disabled or did I do something wrong?
If it is missing you can modify your View menu using the following instructions:
Open Visual Studio
Go to Tools > Customize...
Click the Commands tab
Select View from the Menu Bar dropdown (make sure the Menu Bar radio button is selected)
Scroll down the menu window until you see Solution Explorer and select it.
Click the Add Command... button
Scroll down the Categories list and select View
Scroll down the resulting Commands list and select Server Explorer
Click the OK button
The Bad
If you double click on the solution (SLN) file, the result is this.
If you close the solution, the result is this.
The Good
If you close Visual Studio 2015, and then just run it without opening any solution, the result is this.
The Ugly
Click on File,
Open,
Project/Solution,
Browse to your solution's folder,
Select the solution file,
Click the Open button.
There you go! You will now find it under the View menu. I have a screenshot to prove it.
About
Just a little something for posterity.
Microsoft Blend for Visual Studio Community 2015 Version 14.0.25431.01
Update 3 Microsoft .NET Framework Version 4.7.02046
Installed Version: Blend
ASP.NET Web Frameworks and Tools 2012.2 4.1.41102.0
ASP.NET Web Frameworks and Tools 2013 5.2.40314.0
NuGet Package Manager 3.5.0
Running on Windows 10.0.15063 (64-bit).

Visual Studio 2013 Solution Explorer REFRESH

Is there a way to refresh VS 2013 Solution Explorer?
I modify files outside of VS, usually with Dream Weaver, but when I reopen VS Solution Explorer it remains unchanged.
The MS docs say there is/was a refresh button for VS 2010 but I cannot find it in VS 2013
Do you mean this refresh button?
If you can't find it, maybe your solution explorer pane is too narrow and the button is hidden? Note that it's only available in "Show All Files" mode (the button outlined in blue on the picture).

Clear visual studio 2013 "Document well"

I have a user control opened in design mode. When I try to close this tab, visual studio 2013 crashes. If I open the project again, the user control tab is still there, I can't ever close it.
So, were in hell does visual studio save this "opened documents" per project, so I can delete this entry?
Ok, It was simple. Delete the .suo file.

AnkhSvn - SVN commit window do not bring in Visual Studio 2010

When I right click in solution explorer then click the "Commit..." menu item, Svn commit window do not bring.
I can not see the commit window. If I click anywhere in visual studio I can hear show dialog sound. But I can not see commit window.
How can I solve this?
Setup:
AnkhSVN - Subversion Support for Visual Studio 2.3.10509.1073
Viusal studio 2010 and SP1 installed.
I have two monitor
This is so strange. I try to bring commit window again that right click in solution explorer then click the "Commit..." menu item.
Then I just use window + right arrow combination. Commit window appear again.
Thanks Bert Huijben

How Visual Studio displays controls in the toolbox depending on the document open

I wanted to know how Visual Studio Toolbox displays only a sub-set of Controls of all the controls depending on the document open. Document can be any file, for example, when WindowsForms is open, any component that can be dropped appears on the toolbox.
How does Visual Studio does it?
I have Visual Studio SDK installed. How do I know which tabs are hidden and which tabs are displayed. (Of course "Show All.." is unchecked).
Thanks!!
-Datte

Resources