Click here to Skip to main content
15,910,981 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
When I used VS2012 there was always a problem loading the GUI and CODE.
Now, on VS2019 it's the same.

Before loading another solution should I close the current one ?

Thanks
Pete Hepple

What I have tried:

Have tried clicking on just about everything! I can get the code up on the screen OK
but not the GUI - which file is it?
Posted
Updated 17-Dec-20 9:52am
Comments
Richard MacCutchan 18-Dec-20 5:58am    
I have only seen such 'problems' when the code has an error; you need to provide more details. Also, when you open a Solution any currently open one will be automatically closed by visual Studio.

There wasn't "always a problem" with the Designer and Code. If there was, it was unique to your machine.

Double-click a form in the Solution Explorer and it'll open up the Form Designer. Hit F7 and it'll open up the code for it.

You can only have one Solution loaded at a time. If you want to load another one, you'll have to close the currently loaded Solution first.
 
Share this answer
 
For Winforms see this video tutorial https://youtu.be/NFXhJ-YI8Rw[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900