How to create a WinForm User Control project

3

I need to create a User Control for a .NET 3.5 application in winforms under Visual Studio 2015 as a separate project, I have seen that it is easy to add one from a project, however as a project I can not find the way.

When I'm going to create a project of this type I get the option to do it in WPF but not in classic Winforms.

This is the project creation screen that appears:

Thanks for the help.

    
asked by U. Busto 21.11.2017 в 09:45
source

1 answer

3

You have the template "Windows Forms Control Library" which is to create a library of Windows Forms controls. In the library you can create one or several controls.

    
answered by 21.11.2017 / 09:51
source