Results 1 to 4 of 4

Thread: WebBrowser not loading the page correctly

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2020
    Posts
    10

    Angry WebBrowser not loading the page correctly

    Hello! I do have a problem with the webbrowser, when I open a page with the IE shows me correctly, but as I open it in the app with WebBrowser, its wrong.
    Image:
    https://imgur.com/a/6XfzAwF

  2. #2
    Smooth Moperator techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,532

    Re: WebBrowser not loading the page correctly

    The WebBrowser control uses IE7 compatibility ... odds are the website is relying on newer capabilities.... Search the forums for IE Compatibility registry setting - it's a matter of changing a registry setting to get it to use newer engines.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3
    Super Moderator dday9's Avatar
    Join Date
    Mar 2011
    Location
    South Louisiana
    Posts
    11,715

    Re: WebBrowser not loading the page correctly

    Something else to look into is using WebView2: https://docs.microsoft.com/en-us/mic...forms-webview2
    "Code is like humor. When you have to explain it, it is bad." - Cory House
    VbLessons | Code Tags | Sword of Fury - Jameram

  4. #4

    Thread Starter
    New Member
    Join Date
    Sep 2020
    Posts
    10

    Re: WebBrowser not loading the page correctly

    Quote Originally Posted by techgnome View Post
    The WebBrowser control uses IE7 compatibility ... odds are the website is relying on newer capabilities.... Search the forums for IE Compatibility registry setting - it's a matter of changing a registry setting to get it to use newer engines.

    -tg
    Thank you, that worked! I changed the compatibility to IE11 and it's working correctly!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width