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

前端 未结 10 1239
心在旅途
心在旅途 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:39

    Update 2016:

    BrowseEmAll.Gecko

    A .Net component which can be used to integrate the Firefox engine into your .Net application. This is based on Geckofx but unlike the current version of Geckofx this will work with a normal release build of Firefox. To use Geckofx you will need to build Firefox yourself. Again commercial support is available but the component itself is fully open source.

    (Full disclosure: I work for this company so take everything I say with a grain of salt)

提交回复
热议问题