When using AxWebBrowser which version of ie?

643 views Asked by At

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?

1

There are 1 answers

0
aaron cheung On BEST ANSWER

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.