This is driving me insane. I keep clicking on the form I want to see but it just keeps showing me the code for it as oppose to the actual form. I'm on Visual Basic on visual studio if that helps.
How to get to design view on Visual Studio 2013?
27k views Asked by psti At
8
There are 8 answers
0
On
If you are talking about the web designer, there is a setting under Tools->Options->Html Designer->General called "Start Pages In" that lets you choose design or code or split view
If you are talking about Silverlight/XAML, there is a setting under Tools->Options->Text Editor->XAML called "Default View" that lets you choose to always open documents in full xaml view
Right click on the FormName.vb in the file view list and hit View Designer...