Listing All Registered ActiveX Controls using c#

C

ck.kislay

How can I List All Registered ActiveX Controls using C# .Send code for
that.I searched on net but I didnot get this.Send some usefull link if
it not possible to send code.



Waiting for reply.

Chandan Kumar
 
J

Jani Järvinen [MVP]

Hi,
How can I List All Registered ActiveX Controls using C#

One idea: loop through the keys under the following registry key:

HKEY_CLASSES_ROOT\CLSID

....and look for keys that have a "Control" subkey. Not 100 % sure about this
method, but that should point to the COM controls that for example Visual
Studio lists.

--
Regards,

Mr. Jani Järvinen
C# MVP
Helsinki, Finland
(e-mail address removed)
http://www.saunalahti.fi/janij/
 

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