Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 405
Konrad Avatar asked Oct 30 '09 11:10

Konrad


1 Answers

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.

like image 173
Martijn Laarman Avatar answered Sep 17 '22 21:09

Martijn Laarman