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

Re: How to list all ActiveX controls registered on system using C#? by ctacke/>

ctacke/>
Tue Sep 26 09:32:09 CDT 2006

They're all listed in the registry - just parse the HKEY_CLASSES_ROOT with a
CLSID subkey.


--
Chris Tacke
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--


"Melisa" <pratibha.shukla@nagarro.com> wrote in message
news:1159279200.603961.242030@h48g2000cwc.googlegroups.com...
> 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
>



Re: How to list all ActiveX controls registered on system using C#? by Paul

Paul
Tue Sep 26 11:07:29 CDT 2006

I think that to verify that they are actually ActiveX controls, you'd have
to instantiate each one and see if it implements IDispatch, too, wouldn't
you?

Paul T.

"<ctacke/>" <ctacke[@]opennetcf[dot]com> wrote in message
news:enLzfiX4GHA.1492@TK2MSFTNGP05.phx.gbl...
> They're all listed in the registry - just parse the HKEY_CLASSES_ROOT with
> a CLSID subkey.
>
>
> --
> Chris Tacke
> OpenNETCF Consulting
> Managed Code in the Embedded World
> www.opennetcf.com
> --
>
>
> "Melisa" <pratibha.shukla@nagarro.com> wrote in message
> news:1159279200.603961.242030@h48g2000cwc.googlegroups.com...
>> 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
>>
>
>



Re: How to list all ActiveX controls registered on system using C#? by ctacke/>

ctacke/>
Tue Sep 26 11:37:52 CDT 2006

For true ActiveX instead of just COM, I guess you're right. Ah, the joys of
COM.

Why was it that we all thought it was a good idea a few years back?

-Chris


"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> wrote in message news:uqKCXXY4GHA.4616@TK2MSFTNGP05.phx.gbl...
>I think that to verify that they are actually ActiveX controls, you'd have
>to instantiate each one and see if it implements IDispatch, too, wouldn't
>you?
>
> Paul T.
>
> "<ctacke/>" <ctacke[@]opennetcf[dot]com> wrote in message
> news:enLzfiX4GHA.1492@TK2MSFTNGP05.phx.gbl...
>> They're all listed in the registry - just parse the HKEY_CLASSES_ROOT
>> with a CLSID subkey.
>>
>>
>> --
>> Chris Tacke
>> OpenNETCF Consulting
>> Managed Code in the Embedded World
>> www.opennetcf.com
>> --
>>
>>
>> "Melisa" <pratibha.shukla@nagarro.com> wrote in message
>> news:1159279200.603961.242030@h48g2000cwc.googlegroups.com...
>>> 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
>>>
>>
>>
>
>



Re: How to list all ActiveX controls registered on system using C#? by Paul

Paul
Tue Sep 26 11:54:22 CDT 2006

We need topics for books to fill the technical shelves at the local
bookstore!

Paul T.

"<ctacke/>" <ctacke[@]opennetcf[dot]com> wrote in message
news:uXEYxoY4GHA.1196@TK2MSFTNGP02.phx.gbl...
> For true ActiveX instead of just COM, I guess you're right. Ah, the joys
> of COM.
>
> Why was it that we all thought it was a good idea a few years back?
>
> -Chris
>
>
> "Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
> com> wrote in message news:uqKCXXY4GHA.4616@TK2MSFTNGP05.phx.gbl...
>>I think that to verify that they are actually ActiveX controls, you'd have
>>to instantiate each one and see if it implements IDispatch, too, wouldn't
>>you?
>>
>> Paul T.
>>
>> "<ctacke/>" <ctacke[@]opennetcf[dot]com> wrote in message
>> news:enLzfiX4GHA.1492@TK2MSFTNGP05.phx.gbl...
>>> They're all listed in the registry - just parse the HKEY_CLASSES_ROOT
>>> with a CLSID subkey.
>>>
>>>
>>> --
>>> Chris Tacke
>>> OpenNETCF Consulting
>>> Managed Code in the Embedded World
>>> www.opennetcf.com
>>> --
>>>
>>>
>>> "Melisa" <pratibha.shukla@nagarro.com> wrote in message
>>> news:1159279200.603961.242030@h48g2000cwc.googlegroups.com...
>>>> 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
>>>>
>>>
>>>
>>
>>
>
>