Hi Tianheng,
There are two ways can make the MFCIE sample support HTML5.
1. Adding meta compatible tag in the beginning of head element. Please refer following code.
Canvas testYour browser doesn't support canvas.
This meta tag will force IE to use the specific document mode (edge means the latest one) when redering page.
More details about how to specify document mode can be found at: http://msdn.microsoft.com/en-us/library/jj676915(v=vs.85).aspx
2. Set following registry keys according to your application type (32bit/64bit).
Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_BROWSER_EMULATION
Value: mfcie.exe
Type: REG_DWORD (DWORD_32Bit value)
Data: 11001
Base: Decimal
Key: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_BROWSER_EMULATION
Value: mfcie.exe
Type: REG_DWORD (DWORD_32Bit value)
Data: 11001
Base: Decimal
Best regards,
Sheng Jiang | Support Engineer
Global Business Support | Microsoft Corporation
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.