Quote - (The_Decryptor @ Sep 12 2008, 18:17)

I think it's probably a API call you need to use to switch into IE8 standards mode, if other shells are still using IE7 behaviour.
Kinda stupid actually (If it's the case), it should behave the same way as normal IE8.
Quote - (The_Decryptor @ Sep 12 2008, 18:52)

http://blogs.msdn.com/ie/archive/2008/03/1...des-in-ie8.aspxIt's not an API call, it's a registry key.
:facepalm:
Edit: Apparently you should also be able to do it by calling the CoInternetSetFeatureEnabled function with the FEATURE_NATIVE_DOCUMENT_MODE setting, but whether that works or not is a different matter.
Edit: That was for Beta 1, for Beta 2 it's FEATURE_BROWSER_EMULATION, and the key has changed,
http://blogs.msdn.com/ie/archive/2008/08/2...ew.aspx#8903587 Actually, I don't think it's that complicated. I don't think it has anything to do with API calls or registry keys to change the IE8 trident rendering mode, but rather the other IE shells are just still not picking up the new IE8 trident engine. So they are still keep using windows/ie7/mshtml.dll instead of switching to windows/ie8/mshtml.dll thus they are still using the old IE7 trident instead of the new IE8 beta trident.