How can I create a Windows Control Library project in Visual Studio?

12,437

The "Windows Control Library" project template is used to quickly get started creating custom controls for use in Windows Forms (WinForms) applications. It creates a project that is automatically populated with the necessary references and files.

  1. To create a new project of this type, you first have to pick one of the .NET languages—it doesn't matter which—either C#, VB.NET or C++/CLI.

  2. Then, select the "Windows" category to narrow down the scope of the project types that are listed.

  3. Finally, select the project type called "Windows Forms Control Library".

   

Share:
12,437
Sinaesthetic
Author by

Sinaesthetic

Updated on June 04, 2022

Comments

  • Sinaesthetic
    Sinaesthetic almost 2 years

    i was trying to complete a tutorial on custom controls and all of the tutorials that ive found say that you have to choose a project template called "windows control library". I don't have that template as an option! I am using VS2010 professional. Any ideas?

  • Sinaesthetic
    Sinaesthetic almost 13 years
    yeeah... i read that tutorial too. i dont have that option :S
  • Cody Gray
    Cody Gray almost 13 years
    @Sinaesthetic: That's very strange. That screenshot is from Visual Studio 2010 Professional, which is the same version you said you're running. You might try re-running the setup program to make sure that you've installed all of the components.