Click here to Skip to main content
15,881,839 members
Articles / .NET

Speed Up the Visual Studio Toolbox

Rate me:
Please Sign up or sign in to vote.
4.83/5 (9 votes)
26 Jul 2009CPOL 22.7K   16   5
There are plenty of tips out on the web that I see no need to repeat here. But this one made such a remarkable difference on my box that I had to post it…

There are plenty of tips out on the web that I see no need to repeat here. But this one made such a remarkable difference on my box that I had to post it….

I use the Auto-Hide property on the Toolbox to preserve screen real-estate. After adding the AJAX control toolkit to my environment, the Visual Studio Toolbox started to really drag. Instead of popping up quickly, the hard disk would churn for several seconds and the Toolbox would struggle, agonizingly and with apparently great reluctance, to appear.

When it did eventually appear, random sections of the Toolbox would be open. It didn't remember which tab was last used. Assuming the logic is in a background thread, I can only assume the thread was poorly written. If it was tested, the test results were ignored.

Thank goodness for the ToolboxAutoPopulate setting.

Tools->Options->Windows Forms Designer->General

Image 1

Setting AutoToolboxPopulate to False brought my machine back from the abyss of lost productivity caused by slow, clunky, energy-sapping GUI delays. Although the setting is under Windows Forms Designer, it is just as effective for ASP.NET developers (it's the same Toolbox).

I hope someone finds this helpful.

Image 2
This article was originally posted at http://weblogs.asp.net/stevewellens/privaterss.aspx

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
EndWell Software, Inc.
United States United States
I am an independent contractor/consultant working in the Twin Cities area in Minnesota. I work in .Net, Asp.Net, C#, C++, XML, SQL, Windows Forms, HTML, CSS, etc., etc., etc.

Comments and Discussions

 
GeneralBuy a new pc, throw older one in your garden trash bin. Pin
EnglishPimp2-Apr-10 9:46
EnglishPimp2-Apr-10 9:46 
GeneralThanks. Pin
Hemant.Kamalakar27-Jul-09 19:34
Hemant.Kamalakar27-Jul-09 19:34 
QuestionAdverse effects? Pin
Karl Nicoll23-Jul-09 5:33
Karl Nicoll23-Jul-09 5:33 
AnswerRe: Adverse effects? Pin
Steve Wellens23-Jul-09 6:12
Steve Wellens23-Jul-09 6:12 
GeneralRe: Adverse effects? Pin
Karl Nicoll23-Jul-09 7:29
Karl Nicoll23-Jul-09 7:29 
Excellent! Thanks!

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.