|
-
Oct 20th, 2011, 06:47 PM
#1
Thread Starter
Addicted Member
[RESOLVED] Can't find Control Library in Menu
I'm using VS2010 Express but there doesn't seem to be an option to create a control library project. Is this not included in this version or must I download it from somewhere?
-
Oct 20th, 2011, 07:35 PM
#2
Re: Can't find Control Library in Menu
You don't need it. It's simply a project template that will compile to a DLL and adds a UserControl by default. If you want a DLL then create a Class Library project. If you add references to System.Drawing.dll and System.Windows.Forms.dll and then remove the default class and add a UserControl then you have exactly what the Windows Control Library project template creates.
-
Oct 20th, 2011, 07:38 PM
#3
Thread Starter
Addicted Member
Re: Can't find Control Library in Menu
 Originally Posted by jmcilhinney
You don't need it. It's simply a project template that will compile to a DLL and adds a UserControl by default. If you want a DLL then create a Class Library project. If you add references to System.Drawing.dll and System.Windows.Forms.dll and then remove the default class and add a UserControl then you have exactly what the Windows Control Library project template creates.
Righto, thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|