c# - is this possible with activex controls? -


I am developing an ActiveX controller for IE7. I want to check the version of Flash + SVG and it's missing or outdated, and want to change some settings in IE like the printer is using the landscape format.

So, I want to know how to do this, can you post some pointers? Am I trying to make it possible with activex controls?

Thanks

Starting with Windows Vista, IE7 will run in protected mode ( Unless user account control is disabled) the browser will run in the sandbox with very little rights. It really stops what you are trying to do. You can override it only if you have full control of the target system (i.e. use of policies) but in this case you do not have to use this "Trojan horse" method to deploy Flash ...


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -