how to display toolbox on the left side of window of Visual Studio Express for windows phone 7 development?

喜欢而已 提交于 2019-12-03 04:50:28

问题


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?


回答1:


Ctrl-Alt-X is the keyboard shortcut I use, although that may because I have Resharper installed - 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.




回答2:


Just select from the Visual Studio menu View- > ToolBox .




回答3:


In Visual Studio Express 2013 for web it's hidden away in View > Other Windows > Toolbox.




回答4:


Sometimes you can just do 'Window -> Reset Window Layout', and that'll work :)




回答5:


I had this problem with Blend for Visual Studio 2015. The Toolbox would just not appear anymore. This turns out to be because Blend is not Visual Studio!

(You can edit your code in Blend and build and run it... It certainly seems like Visual Studio, but it isn't. I'm not sure what the purpose of Blend is...)

You can tell you are in Blend if the task bar icon has big "B" in it. To switch from Blend to Visual Studio, go to View-> Edit in Visual Studio.... It will open up another application that looks just like Blend, except the Solution Explorer is on the right instead of the left, and now you have a toolbox...



来源:https://stackoverflow.com/questions/5974115/how-to-display-toolbox-on-the-left-side-of-window-of-visual-studio-express-for-w

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!