How check ActiveX already registered from ocx or dll file?

  • Thread starter Alvaro E. Gonzalez V.
  • Start date
A

Alvaro E. Gonzalez V.

Hi.

Using C#, receiving input ocx or DLL file that has an ActiveX How can verify that has already been
registered in the system?

tks.
Alvaro.
 
M

martin.zugec

Hello Alvaro,

better solution is to use RegFreeCOM instead (you dont need to
register ocx\dll).

Other solution (maybe) could be to try to initialize and catch
failure.

Martin
 

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

Top