Search code examples
cominterfaceactivex

How to list all ActiveX controls?


Is there a way to list/browse all ActiveX controls in the system or for particular application? Can this be done from some administration screen as well as in code?

Thx for any help.


Solution

  • I usually use OLEview to inspect COM/ActiveX objects on my pc as it also allows me to inspect the interfaces exposed by the objects.

    A programmatic approach has been posted by Jeff Attwood on stackoverflow.