Browser Version
Change IE Version
The browser embedded in MFC Dialog is not the same as browser version, and it can not be changed below.
<meta http-equiv="X-UA-Compatible" content="IE=edge">
The solution is to modify Windows Registry Table.
cmd -> regedit
HKEY_LOCAL_MACHINE (or HKEY_CURRENT_USER)
   SOFTWARE
      Wow6432Node
         Microsoft
            Internet Explorer
               MAIN
                  FeatureControl
                     FEATURE_BROWSER_EMULATION
                        yourApp.exe = (DWORD) 00011001
Browser Emulation
| Value | Description | 
|---|---|
| 11001(0x2AF9) | IE11 | 
| 9000(0x2328) | IE 9.0 | 
| 8000(0x1F40) | IE 8.0 | 
| 7000(0x1B58) | MSIE 7.0 (MFC Default) | 
Reference : MSDN