What is the relationship with C # WebBrowser Control and IE installed on my computer?

Recently, I am developing an application using Winform and WebBrowser Control. But WebBage looks different in WebBrowser, and then I found that if the application runs on a computer that just installed IE6, some pages look weird. I want to know the relationship between the control and IE installed on my computer, and try to do this: to give my user a stable interface, even IE installed on the user's computer is different.

Thank!

+3
source share
2 answers

You can replace the default browser with a more stable one:

Replacing a .NET WebBrowser control with a better browser like Chrome?

0

WebBrowser # - MSHTML, Trident Engine. Internet Explorer - UI MSHTML, MSHTML: # MSHTML, IE. , IE6.

, , -, . WebKit ( Chrome Safari)

0

All Articles