Is ActiveX Enabled
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
In JavaScript you can determine if ActiveX is enabled, I have been trying to find a way to do this through VC++ but cannot find any information. I dont want to implement it as a hidden browser running JavaScript and then checking the result from the C++, there must be someway from C++ to do it directly. I would think the setting would be stored in the registry somewhere. Any help is appreciated.....