This chapter discusses a very important part of Microsoft's strategy
for VB development—the ability to create ActiveX controls. Since Version 5 of VB, the
VB programmer is not limited to using standard VB controls provided by Microsoft or custom
controls provided by Microsoft and third parties.
Now VB developers can create their own ActiveX controls, either as an integral
part of a larger VB project or as a standalone reusable component in an .OCX file.
The information in this chapter provides a basic acquaintance of VB6 ActiveX control
programming.