Use Chrome engine in WebBrowser control WinForms

后端 未结 2 1483
故里飘歌
故里飘歌 2021-01-03 23:04

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

相关标签:
2条回答
  • 2021-01-03 23:40

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

    0 讨论(0)
  • 2021-01-03 23:50

    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.

    0 讨论(0)
提交回复
热议问题