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

Posted by Martín Marconcini on Stack Overflow See other posts from Stack Overflow or by Martín Marconcini
Published on 2008-08-25T14:45:27Z Indexed on 2010/03/22 0:41 UTC
Read the original article Hit count: 513

Filed under:
|
|
|
|

Hi, I'd love to know if there is such 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 (and tell it to "navigateto (fancy_url);", I'd love to use FireFox or WebKit.

Anybody tried this?

UPDATE: Please bear in mind that although it is possible to embed gecko using the mentioned controls, it is still impossible to print while using gecko.

UPDATE March 2010: It’s still not possible to print natively using GeckoFX, however a couple of methods exist that may be enough, depending upon what you’re trying to do. See: http://geckofx.org/viewtopic.php?id=796 for more information.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET