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...
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.Code:<meta http-equiv="X-UA-Compatible" content="IE=edge" />
I would still be interested in any ways to actually allow use of a more modern browser.




Reply With Quote
