Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add new win form in project C#?

I have existing project. I tried to add new empty form in this, but I have limited choose of windows form that mean to inheriting. But I need just simple form.

enter image description here

I use VS 2017

enter image description here

like image 344
OPV Avatar asked Aug 12 '17 19:08

OPV


1 Answers

It seems like you didn't install the required components. To do this, close VS, run your Visual Studio Installer (you probably installed VS through it), click modify for your VS Version and make sure that .Net desktop development is checked:checked component

Then launch the installation by hitting Modify and start VS again. If you now want to create a new Project it should look something like that:project view

like image 55
MetaColon Avatar answered Oct 16 '22 11:10

MetaColon