I am new to Visual Studio development.
Occasionally I hide the toolbox on the left side of window of Visual Studio Express. But then, sometimes, I would like to use it.
How does one reactivate and display it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Ctrl–Alt–X is the keyboard shortcut I use, although that may because I have
Resharperinstalled – otherwise Ctrl W, X.From the menu: View -> Toolbox.
You can easily view/change key bindings using Tools -> Options Environment->Keyboard. It has a convenient UI where you can enter a word, and it shows you what key bindings include that word, including
View.Toolbox.You might want to browse through the online MSDN documentation on getting started with Visual Studio.