Creating your own ActiveX Controls
:
Lets say you have:
A.vbp(the visual basic project) .
B.ctl(the tool file).
that have been created using Vbasic.
Compile A.vbp to A.ocx(this is the actual executable ActiveX Control file).
Create A.cab from A.vbp.
The ActiveX Control will now be A.B and can be seen in the Customize ToolBox menu.
Example