| View previous topic :: View next topic |
| Author |
Message |
- Guest
|
Posted: Fri Apr 13, 2007 8:12 am Post subject: List of activex installed... |
|
|
Hi,
I posted this in ...activex.using but no joy.
Anyone have an idea?
Can anyone point me in the direction of how to create a list of activex
objects installed on a computer like the list in Delphi?
Thanks,
Mark |
|
| Back to top |
|
 |
Chris.Cheney Guest
|
Posted: Fri Apr 13, 2007 5:19 pm Post subject: Re: List of activex installed... |
|
|
- <bob (AT) bob (DOT) com> wrote in
news:MPG.2088bfd0e4241bfe9896bb (AT) forums (DOT) borland.com:
| Quote: | Hi,
I posted this in ...activex.using but no joy.
Anyone have an idea?
Can anyone point me in the direction of how to create a list of activex
objects installed on a computer like the list in Delphi?
Thanks,
Mark
|
Registry HKEY_CLASSES_ROOT\CLASSID and \Typelib
Microsoft's freely downloadable OleView utility will help in finding your
way around this stuff.
HTH |
|
| Back to top |
|
 |
Dmitry Streblechenko Guest
|
Posted: Fri Apr 13, 2007 9:57 pm Post subject: Re: List of activex installed... |
|
|
Use ICatInformation interface -
http://msdn2.microsoft.com/en-us/library/ms682529.aspx
Call ICatInformation.EnumCategories, then loop though all entires.
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"-" <bob (AT) bob (DOT) com> wrote in message
news:MPG.2088bfd0e4241bfe9896bb (AT) forums (DOT) borland.com...
| Quote: | Hi,
I posted this in ...activex.using but no joy.
Anyone have an idea?
Can anyone point me in the direction of how to create a list of activex
objects installed on a computer like the list in Delphi?
Thanks,
Mark |
|
|
| Back to top |
|
 |
- Guest
|
Posted: Wed Apr 18, 2007 8:12 am Post subject: Re: List of activex installed... |
|
|
Thanks guys. |
|
| Back to top |
|
 |
|