AllBASIC

BASIC Developer & Support Resources => Open Forum => Topic started by: John on November 24, 2017, 10:30:31 AM

Title: Windows Web Browser Control
Post by: John on November 24, 2017, 10:30:31 AM
I noticed a post on the PowerBASIC forum by José Roca that may resolve sites telling you to update your browser. (web browser control)

Quote
For some reason only known to Microsoft, the embedded WebBrowser control emulates Internet 7 by default. If you have control over the page, you can override it by adding this meta tag in the head tag: <meta http-equiv='X-UA-Compatible' content='IE=edge' />. If not, you have to change a registry key.

See: Configuring the emulation mode of an Internet Explorer WebBrowser control (https://www.codeproject.com/Articles/793687/Configuring-the-emulation-mode-of-an-Internet-Expl)