Click here to Skip to main content
15,887,585 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Basically i used to use visual studio 17 but i got a new pc and i have visual studio 19 on it. How do i open the windows designer form in windows forms c#. Previously it used to already be open.

What I have tried:

i searched online a little bit
on Step 1: Create a Windows Forms App project - Visual Studio | Microsoft Docs[^]
but didnt find anything.
Posted
Updated 10-May-20 22:43pm

1 solution

Visual Studio 19 works the same as Visual Studio 17. Create a new Windows Forms application and it should open with the design window visible.
 
Share this answer
 
Comments
NotAComputerScienceStudent 11-May-20 5:11am    
The form in which u add labels etc isnot opening up?
Richard MacCutchan 11-May-20 5:18am    
Then double click on the form name in Solution Explorer. You can also check the settings in Visual Studio from The Tools item on the Menu bar.
Richard Deeming 11-May-20 14:43pm    
Is it the form designer that's not opening, or is it the toolbox?
Toolbox window - Visual Studio | Microsoft Docs[^]

If it's the toolbox, try opening the "View" menu and selecting "Toolbox".

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