简体   繁体   English

system.windows.forms.webbrowser中的IE插件

[英]IE plugins in system.windows.forms.webbrowser

I am using system.windows.forms.webbrowser in my Win forms application with IE as my default browser. 我在Win窗体应用程序中将IE作为默认浏览器使用system.windows.forms.webbrowser。 Does the IE plugin/ Patch be applicable for my WebBrowser control? IE插件/补丁是否适用于我的WebBrowser控件?

No. If you read the document you will find that system.windows.forms.webbrowser is using embedded Internet Explorer regardless of what your default browser is. 否。如果您阅读该文档,则不管您的默认浏览器是什么,都会发现system.windows.forms.webbrowser正在使用嵌入式Internet Explorer。

AFAIK there is no built in way to use chrome as embedded browser in win form. AFAIK没有内置的方式将chrome用作win形式的嵌入式浏览器。 You need a third party lib for that. 为此,您需要第三方库。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM