B
B
Bebronyukh Savory2020-04-30 15:50:23
C++ / C#
Bebronyukh Savory, 2020-04-30 15:50:23

Upgrade IE from 7 to internet explorer 11 C# windows forms?

Good afternoon!
I decided to write my browser in C# using the WebBrowser class.
As I understand it, he uses InterNet Explorer 7, how can I upgrade to version 11.
5eaac8a62c266053200464.png
Here is the archive with the project: https://github.com/PrytexY/WebRight

The main task is to update the version of IE in WebBrowser in C#.

Of course, I know that there is a lot of material on this, but is there an easier way to solve this problem

Answer the question

In order to leave comments, you need to log in

1 answer(s)
#
#, 2020-04-30
@PrytexY

As I understand it, he uses InterNet Explorer 7
No
how to upgrade to version 11
no need to update anything, the engine is the same. even more precisely - in the system, at one point in time, only one version of IE. for built-in control, its own engine is used. you need to change the compatibility level for ActiveX Control (WebOC IE) for your application
https://docs.microsoft.com/en-us/previous-versions...
https://support.microsoft.com/en-us/help/ 4551933/i...
ps
Can it be somehow easier?
choose
https://github.com/cefsharp/CefSharp
https://bitbucket.org/chromiumfx/chromiumfx/src/de...
https://bitbucket.org/geckofx/geckofx/wiki/Home

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question