How do you programmatically register an ActiveX EXE?
Printable View
How do you programmatically register an ActiveX EXE?
For exe's you can't use the regsvr32 utility, you actually run the exe and pass it a switch. This is the syntax:
YourActiveX.exe /regserver
Have fun,
John
John Pirkey
MCSD
www.ShallowWaterSystems.com