I noticed a post on the PowerBASIC forum by
José Roca that may resolve sites telling you to update your browser. (web browser control)
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