New to VC# 2012 Express. Some experience with C, Python, VB and IDEs in general.
Doing great building my first program until I opened it for about the fifth time.
The main form isn't there.??
I can build the program and run it, so I know it is there. Nothing in the "View" menu seems to help.
How do I get it back, and what did I do to lose it? I'm afraid to do much. I don't want to lose the work I've done.
Loading
VulpesPosted Feb 17, 2014, 8:37 AM
If the source code file, Form1.cs, is still open or can be opened from Solution Explorer then right click on it and select View Designer from the dropdown menu to bring it back.
VulpesPosted Mar 5, 2014, 1:28 PM
Code F7
Designer Shift+F7
The Window menu should also have entries near the bottom to do the same thing for each open form in the application.
One good thing about VS is that there's usually several ways to do the same thing. So if, for some reason, one way doesn't work, there's generally another you can try :)
Richard VannoyPosted Mar 5, 2014, 11:59 AM