简体   繁体   中英

When using AxWebBrowser which version of ie?

I am using AxWebBrowser inside my app. How do I know which version of IE that is being used and how do I set it to ie 10?

I guess you want to set/check the document mode in web browser control. You can try to set the default document mode by using FEATURE_BROWSER_EMULATION , and check the document mode by documentMode property of IHTMLDocument6 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM