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

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

    @Martin: Yes, the Adam Locke version is outdated. But that's because a separate distribution is not necessary. It's built with the rest of the Mozilla codebase now.

    If you download Prism (ie XulRunner), that will give you a base that you can customize to your needs, and this includes the most recent version of the control (in the \Prism\xulrunner directory, you'll find mozctlx.dll).

    @Greg: Actually, it is an ActiveX control. Incidentally, all ActiveX controls are COM controls. ActiveX is built on COM.

提交回复
热议问题