adspace


How do I open windows form application in visual studio 2019?

Answer Posted / Sarika Singh

To create a new Windows Forms Application in Visual Studio 2019, follow these steps: Start Visual Studio, click on 'Create a new project', navigate to the 'Visual C#' category, select 'Windows Forms App (.NET)', enter a name for your project, and then click 'Create'. This will create a new Windows Forms Application that you can customize and run.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is visual studio 2019 still in preview?

975