Differences between a class and a component class???

  • Thread starter Thread starter Daniel
  • Start date Start date
D

Daniel

Basically I want to create a data access dll that will be referenced and
used in multiple projects. When I go to create a new class it asks what
type of class should I use?
 
The difference is that a class becomes a component when
it implements the IComponent interface.
 
Back
Top