How to register .dll activex?

  • Thread starter Thread starter Legrooch
  • Start date Start date
L

Legrooch

I know that must be simple, but i need good and quick (as it can be) metod
for registering dll ActiveX in system.
 
use regsvr32.exe to do it from command line.
use "DllRegisterServer" method from the library to register it
programatically.

regards,
Wiktor
 
Back
Top