When using the System.Windows.Forms.WebBrowser control, is there a way to control which version of IE rendering engine it will use?
When using the System.Windows.Forms.WebBrowser control, is there a way to control which version of
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I believe IE does this by manipulating the request
User-Agentstring.So to use different rendering engines with WebBrowser you would need to do something similar. Unfortunately getting access to the
User-Agentin WebBrowser is not easy. You can do it if you extend the actual Com component, rather than using the .Net control.