PB open OLE control IE browser version problem _ Specify the version of IE kernel used by the WebBrowser control (GO)

Source: Internet
Author: User
Tags ole

If IE8 or later versions of IE are installed on your computer, the WebBrowser control uses IE7 compatibility mode to display the contents of the Web page. The workaround is to specify the version number that references IE for your process in the registry.

Like my program called A.exe.

For 32-bit programs

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\main\featurecontrol\feature_browser_emulation

For 64-bit programs

Hkey_local_machine\software\wow6432node\microsoft\internet Explorer\main\featurecontrol\feature_browser_ EMULATION

Add your program name under the corresponding path, such as the Value,dword value for the name A.exe.

Value options:

10000 (0x2710) IE10
9999 (0x270f) IE9 ignore HTML5
9000 (0x2328) IE9
8888 (0X22B8) IE8 ignore HTML5
8000 (0X1F40) IE8
7000 (0x1b58) IE7

Transfer from http://blog.csdn.net/harbinzju/article/details/9197589

PB open OLE control IE browser version problem _ Specify the version of IE kernel used by the WebBrowser control (GO)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.