views:

117

answers:

2

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.

+1  A: 

TRy this ActiveXHelper

Ramesh Vel
+1  A: 

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.

Martijn Laarman