Is it possible to customize the tool window's toolbars in Visual Studio 2010 - visual-studio-2010

Visual Studio 2010 has UI for editing the buttons in the toolbars of the main window. Is it possible to do the same thing for the tool window toolbars?
Even if there is no UI, I am willing to alter files manually to get the expected result. Basically, the problem I am trying to solve is that some tool windows hide the buttons that I want to use and show buttons that I don't use. I would like to reorder them.

No.
Hmm that answer was not long enough.
It is not possible.

Related

Hiding Visual Studio toolbar while coding

is there a way to hide the Visual Studio toolbar only while coding? For example, when I'm on the Designer page I'm gonna need the toolbar to edit the GUI, but it's useless when coding, so I only want to hide it while coding.
I am assuming you mean Toolbox, if not my apologies.
You can set it to auto-hide by left clicking and picking the appropriate option. This should hide it once you are done selecting the Control.

Change height of window title bar for Visual Studio 2013 and/or Office applications

I don't know why but Microsoft decided to make the title bars of the windows of Visual Studio 2013 and Office applications huge! They are so thicker than normal windows and this is really annoying especially if you have a small screen.
Do you think there is a way to change this?
There is an extension for Visual Commander to hide Visual Studio 2013 title bar. In the HideTitleBar function instead of setting visibility to collapsed you can try to change height.
I don't think you can change the size of the title bar. The best you can do is to auto-hide it, that way you see the ribbon only when you need it.
There is an extension of Visual Studio https://visualstudiogallery.msdn.microsoft.com/4bb76b8a-cef1-4223-8f9c-8e815e50e56c for download.
It can change the title bar smaller instead of hiding it. Because if you hide it, you loose the control to move the window around or minimize it.

visual studio 2010 toolbox standard controls missing

I have created an asp.net project in visual studio 2010 ultimate edition.
I can't see Standard, Data etc toolbox tabs, I can only see Telerik and HTML controls.
I tried to reset the toolbox, tried to delete C:\Users\mypcuser\AppData\Local\Microsoft\VisualStudio\10.0\*.tbd.
I also tried devenv /ResetSkipPkgs but nothing worked for me.
Please suggest a Solution thanks!
This may help you.
In the Toolbox, select the tab where you want to add the control.
Right-click the Toolbox and select Choose Items from the shortcut menu.
The Choose Toolbox Items dialog box opens. The following illustration shows the Choose Toolbox Items dialog box.
Try to right click on the Toolbox and select "Reset Toolbox"
The common controls should appear in the Dialog Editor list along with all the MFC ones that I seem to be limited to when the problem happens.
I have this happen frequently. I don't know what causes it, but this fix always works and is fine for me since I didn't customize anything.
This will help you...
In Visual studio, go to view-toolbar-check standard and layout..
Then restart the visual studio and be sure on design page and check for toolbox..
Now the standard toolbox items will appear.. Thanks.
Just for the Future Viewer of this page
VS 2010 standard ToolBox cannot be viewed.
Mostly this is happen on a first run.
It solved the problem with Ctrl + Alt + X in your keyboard.

Dock Code Windows in Visual Studio 2010

In Visual Studio, you are able to dock code windows in horizontal and vertical tab groups (something you can also do with tool windows).
However, when doing so you may end up with a lot of redundant screen space. What would be ideal would be if you could mix docking orientations for code windows. This is possible with tool windows in Visual Studio 2010. Here is an image showing the feature used for tool windows:
My question is: is it possible to get this same functionality with the code windows - i.e. being able to mix horizontal and vertical docking, like with the tool windows shown? I've heard rumours that its possible, but I've been unable to find any truth in that.
I too wish this was a naitive feature in visual studio, but there is one workaround by using the 'floating tab group' feature of visual studio
Move the visual studio main window out of the way (maybe to another monitor, or to smallest area of the monitor needed to see the tooling windows)
"Tear out" or Right Click > Float on the desired tab
Position the tab to your desire (I suggest using WinSplitRevolution, via codinghorror)
Repeat, note that you can move a tab to an existing 'floating' tab group
And voila!
There are some setbacks, some commands will pop up over the main tooling window instead of your current tab group etc. but its still pretty nice. I'm not sure if there's any changes coming in VS2012, but I haven't heard about anything related.

How do you minimize a window in the Visual Studio 2010 RC editor?

I am using the Visual Studio 2010 RC. Sometimes when I am working on a code file, I would like to minimize it.
In Visual Studio 2008 I just switched to MDI mode. Then I could minimize. In 2010, I can undock the window by dragging the tab, and that gets me half way to MDI, but I see no way to minimize the window.
Does anyone know how to do this?
Update - Closely-related question: For those of you that used MDI, how are you getting by? I like to have 4 documents open at once, in a 2x2 matrix. For example I like to look at one controller/view pair while working on another, for the sake of comparison. Then, maybe I edit my repository file, and I want to get back to my 4 windows. This is where I would minimize. Anyone have a workaround? How have you adapted?
Update 2 - Vote up my suggestion if you want this feature:
https://connect.microsoft.com/VisualStudio/feedback/details/536110/please-offer-this-ultra-quick-alternative-to-a-minimize-feature-for-the-vs-2010-ide#
I think its disabled. I pressed Alt-Space in the undocked window and minimise was disabled.

Resources