View previous topic :: View next topic |
Author |
Message |
cnodnarb Valued Contributor


Joined: 11 Sep 2002 Posts: 643 Location: Evansville, IN
|
Posted: Mon Oct 19, 2015 10:24 pm Post subject: Later Browser Control |
|
|
To create a later version of a webbrowser control using FEATURE_BROWSER_EMULATION
Note, we have to use the Wow6432Node
Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION
https://msdn.microsoft.com/en-us/library/ee330730%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396
11001 (0x2AF9 Internet Explorer 11. Webpages are displayed in IE11 edge mode, regardless of the declared !DOCTYPE directive. Failing to declare a !DOCTYPE directive causes the page to load in Quirks.
11000 (0x2AF8) IE11. Webpages containing standards-based !DOCTYPE directives are displayed in IE11 edge mode. Default value for IE11.
10001 (0x2711) Internet Explorer 10. Webpages are displayed in IE10 Standards mode, regardless of the !DOCTYPE directive.
10000 (0x02710) Internet Explorer 10. Webpages containing standards-based !DOCTYPE directives are displayed in IE10 Standards mode. Default value for Internet Explorer 10.
9999 (0x270F) Windows Internet Explorer 9. Webpages are displayed in IE9 Standards mode, regardless of the declared !DOCTYPE directive. Failing to declare a !DOCTYPE directive causes the page to load in Quirks.
9000 (0x2328) Internet Explorer 9. Webpages containing standards-based !DOCTYPE directives are displayed in IE9 mode. Default value for Internet Explorer 9.
Important In Internet Explorer 10, Webpages containing standards-based !DOCTYPE directives are displayed in IE10 Standards mode.
8888 (0x22B8) Webpages are displayed in IE8 Standards mode, regardless of the declared !DOCTYPE directive. Failing to declare a !DOCTYPE directive causes the page to load in Quirks.
8000 (0x1F40) Webpages containing standards-based !DOCTYPE directives are displayed in IE8 mode. Default value for Internet Explorer 8
Important In Internet Explorer 10, Webpages containing standards-based !DOCTYPE directives are displayed in IE10 Standards mode.
7000 (0x1B58) Webpages containing standards-based !DOCTYPE directives are displayed in IE7 Standards mode. Default value for applications hosting the WebBrowser Control. |
|
Back to top |
|
 |
PGWARE Web Host

Joined: 29 Dec 2001 Posts: 1537
|
Posted: Wed Oct 21, 2015 2:41 am Post subject: |
|
|
Great post. I had to use the emulation mode a few weeks ago at work to get HTML5 to work correctly in a browser control. This also I believe stops the yellow banner at the top of the window appearing asking if you want to run/execute scripts. |
|
Back to top |
|
 |
Garrett Moderator Team

Joined: 04 Oct 2001 Posts: 2148 Location: A House
|
Posted: Wed Aug 09, 2017 6:34 am Post subject: |
|
|
How can I make use of this information? I'm trying to currently use the browser dll with vds 6 and of course it's not showing sites correctly because it's using an outdated mode. Is there an api call I can use to the browser element to kick up to the latest version of IE?
Thanks,
~Garrett _________________ 'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.)
� Necroprogramming FTW! - "Wait.. Is necroprogramming legal?"
� http://www.freewarehome.com <-- Freeware listings since 1996 |
|
Back to top |
|
 |
|