JEverheart
March 20th, 2001, 10:24 AM
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
newbie
|
Click to See Complete Forum and Search --> : ActiveX JEverheart March 20th, 2001, 10:24 AM 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 James Longstreet March 20th, 2001, 01:03 PM 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 codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |