I'm a VB beginner. How do I publish or register an ActiveX control (that I made) so that it can be added to another application?
newbie
Printable View
I'm a VB beginner. How do I publish or register an ActiveX control (that I made) so that it can be added to another application?
newbie
compliling it should register it for use with another application; but in case it doesn't run this from the dos prompt
regsvr32 "path to your ocx here"
that will reigster the component.
Jim Hewitt
Software Developer
Liberty Tax Service
www.LibertyTax.com