Results 1 to 9 of 9

Thread: Is it possible to update WebBrowser control to use IE11 or Edge?

Threaded View

  1. #1

    Thread Starter
    Lively Member VisualBrian's Avatar
    Join Date
    Nov 2019
    Location
    North America
    Posts
    72

    Question Is it possible to update WebBrowser control to use IE11 or Edge?

    I would like to have an integrated WebBrowser as part of my code editor, as opposed to having to open the users browser each time he wants to see changes. Since the integrated WebBrowser version is reverted to IE7, it's not going to work for any modern pages with js and css.

    Is there a way to force the WebBrowser to use the latest IE or Edge?


    EDIT: I did find and try the IE X-UA-Compatible Meta header tag...
    Code:
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    and since the web pages will all be internal and it does work enough to allow JS to execute and CSS to display properly, I can use it for now.
    I would still be interested in any ways to actually allow use of a more modern browser.
    Last edited by VisualBrian; Apr 9th, 2020 at 06:54 PM. Reason: Update to solution
    I may not know anything, but I know it well!

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