Link to home
Start Free TrialLog in
Avatar of evertd
evertd

asked on

Registering Active-X exe files

I wrote an active-x exe file using Visual Basic 6. On the developer function this exe file is correctly registerd so I can use the methods and properties of that class in the exe. But how can I use this active-x exe on a different computer? When I make an isntallation script it won't register the active-x exe
ASKER CERTIFIED SOLUTION
Avatar of covington
covington

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mirkwood
Mirkwood

myapp /RegServer to register

Mirkwood -

My understanding is that the /RegServer is not required for prgrams compiled in VB - is that right?