Use Chrome engine in WebBrowser control WinForms

2019-02-11 14:28发布

问题:

Can you use Chrome Web Browser webkit engine in WebBrowser control in WindowsForms?

回答1:

You can use chrome's webkit as a different webbrowser component, as answered before here and here. I suggest you to read the answers already posted here on SO as they contain really good clues.



回答2:

You can try using WebKit. Chrome it self is not a COM and can't be used directly AFAIK