How to list all ActiveX controls registered on system using C#?

M

Melisa

Hi,

I want to list down all ActiveX controls which are registered on my
system.
How can it possible through C# ?

Please help me and reply ASAP.

Thanks
Melisa
 
W

Willy Denoyette [MVP]

| Hi,
|
| I want to list down all ActiveX controls which are registered on my
| system.
| How can it possible through C# ?
|
| Please help me and reply ASAP.
|
| Thanks
| Melisa
|

You can scan the registry (HKCR contains all AX registered info) and/or call
into COM to fetch typelib info, but why re-inventing the wheel, there is a
tool that does exactly that - oleview.exe.
Willy.
 

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