To create COM components in VB, you must first know how to create and manipulate
a class module.
This section and the following subsections discuss the basics of VB class modules
and show how to use objects created from classes in a standalone (non-ActiveX) project.
The information in these sections is referenced again during the VB ActiveX programming
discussion in later sections.
The Uses of Class Modules