views:

38

answers:

2

Hello. 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

+1  A: 

Have you tried the solutions given here? (It's about ASP.NET, but that should't matter).

Oren A
A: 

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.

C-Pound Guru
Thanks. These suggestions are working fine. Just curious - did they get rid of the Design/Split/Source buttons that were available in Visual Studio 2008? Can't find them anywhere.
dpuser
Never such a thing for Winforms. You may be thinking of an ASP.net project.
C-Pound Guru