How do I turn off Compatibility View on the IE WebBrowserControl in a WinForms app?

Viewed 61116

In my WinForms app, if I use a WebBrowser control, it seems to be forced into compatibility mode. How can I disable this, and make it behave the same as standalone IE does on my machine when browsing the same site?

  • I do not want to make registry changes. I want everything to be contained within my app.
  • The website I'm loading is not mine, so I do not have the ability to make changes to it (unless they can be done programmatically from within my app).
4 Answers
Related