且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在默认浏览器以外的c#Windows窗体应用程序中设计新的Web浏览器

更新时间:2023-10-16 18:11:22

忘记Windows窗体Web浏览器。它基于Internet Explorer的引擎。然而,主要问题是它将自己报告为2006年出现的网页的Internet Explorer 7,所以它几乎不受每个主要网站的支持。



或者,您可以使用基于webkit的Awesomium HTML UI Engine。 http://www.awesomium.com/
Forget the Windows Forms web browser. It's based on Internet Explorer's engine. The main problem however is that it reports itself as Internet Explorer 7 to the web pages, which came out in 2006, so it's pretty much unsupported by every major website.

Alternatively you can use the Awesomium HTML UI Engine, which is based on webkit. http://www.awesomium.com/