I am new to Visual Studio 2010 and I am trying to develop a Windows Form. I do not see a Design tab where I can toggle between the form design and the .cs code. How can I do this?
Thanks
|
I am new to Visual Studio 2010 and I am trying to develop a Windows Form. I do not see a Design tab where I can toggle between the form design and the .cs code. How can I do this? Thanks |
|||
|
|
|
tools -> Options -> HTML Designer then click the Enable HTML designer and restart. |
||||
|
|
|
Have you tried the solutions given here? (It's about ASP.NET, but that shouldn't matter). |
||||
|
|
|
The designer and code will actually be 2 separate tabs. To view the designer, right click the form in the Solution Explorer and choose View Designer. To view code, right click the form in the Solution Explorer and choose View Code. If you have the code file open, you can right click anywhere in code window and choose View Designer. |
|||||
|