Reputation: 65
I am using system.windows.forms.webbrowser in my Win forms application with IE as my default browser. Does the IE plugin/ Patch be applicable for my WebBrowser control?
Upvotes: 0
Views: 214
Reputation: 11963
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.
AFAIK there is no built in way to use chrome as embedded browser in win form. You need a third party lib for that.
Upvotes: 1