Is it possible to Embed Gecko or Webkit in a Windows Form just like a WebView?

前端 未结 10 1240
心在旅途
心在旅途 2020-11-28 19:19

I\'d love to know if there is such a thing as a Gecko.NET ;) I mean, just like we can embed a WebView and that is an \"instance\" of IE7 inside any Windows Forms application

10条回答
  •  失恋的感觉
    2020-11-28 19:52

    Additionally, if you find yourself using Gtk instead of Windows.Forms, there is a tarball of webkit-sharp available that allows for easy embedding of WebViews into Gtk# applications.

提交回复
热议问题