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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top