Support DataEase 8 - How to improve Web Performance in Web Object from IE7 to IE9 (Or IE10 on Windows 8)
Feature Delegation via Registry Hacks
Fortunately starting with Internet Explore 8 and later there?s a fix for this problem via a registry setting. You can specify a registry key to specify which rendering mode and version of IE should be used by that application. These are not global mind you ? they have to be enabled for each application individually.
There are two different sets of keys for 32 bit and 64 bit applications.
32 bit:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_BROWSER_EMULATION
Value Key: dataease.exe
64 bit:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_BROWSER_EMULATION
Value Key: dataease.exe
The value to set this key to is (taken from MSDN here) as decimal values:
If you want to run IE 9 full feature you should select 9999. Make sure that you type in the hex value (270F) and that it the show the decimal value in (9999)
11111 (0x1b207) Internet Explorer 10 in Windows 8. Webpages are displayed in IE10 Standard mode, regardless of the !DOCTYPE directive.
10000 (0x2710) Internet Explorer 10 in Windows 8.
9999 (0x270F) Internet Explorer 9. Webpages are displayed in IE9 Standards mode, regardless of the !DOCTYPE directive.
9000 (0x2328)
Internet Explorer 9. Webpages containing standards-based !DOCTYPE directives are displayed in IE9 mode.
8888 (0x22B8) Webpages are displayed in IE8 Standards mode, regardless of the !DOCTYPE directive.
8000 (0x1F40)
Webpages containing standards-based !DOCTYPE directives are displayed in IE8 mode.
7000 (0x1B58) Webpages containing standards-based !DOCTYPE directives are displayed in IE7 Standards mode.