Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6144429
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T18:38:57+00:00 2026-05-23T18:38:57+00:00

In my WinForms app, if I use a WebBrowser control, it seems to be

  • 0

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).
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T18:38:58+00:00Added an answer on May 23, 2026 at 6:38 pm

    There is no way to do this other than configuring the following registry settings:

    HKLM\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION
    

    or if it’s a 32 bit app on 64 bit Windows:

    HKLM\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_BROWSER_EMULATION`
    

    These settings aren’t surfaced in the WebBrowser control.

    For more information please see:

    What IE compatibility mode does the webbrowser control use?

    In case the link dies:

    You create a DWORD value matching the name of your executable and set this value to one of:

    7000: Pages containing standards-based <!DOCTYPE> directives are displayed in IE7 mode.
    8000: Pages containing standards-based <!DOCTYPE> directives are displayed in IE8 mode
    8888: Pages are always displayed in IE8 mode, regardless of the <!DOCTYPE> directive. (This bypasses the exceptions listed earlier.)
    9000: Use IE9 settings!
    9999: Force IE9

    For example:

    enter image description here

    From my own experiments with IE9:

    • 9000 – inherits the compatibility mode set in IE9’s global compatibility mode setting. i.e.:
      enter image description here

    • 9999 – forces IE9 out of compatibility mode in the host application regardless of the globally configured compatibility mode setting

    Your application would probably need to detect which underlying IE version is available to determine which value to use:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Version
    

    or if it’s a 32 bit app on 64 bit Windows:

    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Version
    

    There’s also this older article from when IE8 came out which is worth a look:

    More IE8 Extensibility Improvements

    You can also configure these settings on a per user basis under:

    HKCU\Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to use a webbrowser control in a winforms app. In my
Here's my scenario: I'm using the WebBrowser control in a WinForms app to display
I'm modifying a Winforms app to use connection pooling so data access can occur
I have a WebBrowser control in a VB.NET WinForms app. I am able to
I wrote a WinForms app and I want to make setup project for this
I use the line below in my C# winform app, this works great but
Can a WinForms app compiled for Any CPU be configured to run as x86
I am using WebBrowser control in the WinForms application. I want to write program
Several parts (a WinForms app for exmaple) of my project use a DAL that
During my NSIS setup script for a WinForms app, I use the following CACLS

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.