Class Library Versus Control Library

  • Thread starter Thread starter Darren
  • Start date Start date
D

Darren

Hi

Can someone please explain the difference (if any) between a Control Library
project and a Class Library project and when/why u would use one over the
other.

Thanks in advance.

Darren
 
There's really no difference - one can be made into the other easily. A
Control library just gets some default references that a class library
doesn't. A Control Library would typically hold UI controls.
 
Thanks Chris.

There's really no difference - one can be made into the other easily. A
Control library just gets some default references that a class library
doesn't. A Control Library would typically hold UI controls.


--
Chris Tacke - Embedded MVP
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
 
Back
Top