Is there a Firefox/Mozilla control for embedding the firefox browser in a C# .net application?
+3
A:
You can have the Gecko rendering engine in the form of GeckoFX.
To quote Google Code:
GeckoFX is a Windows Forms control written in clean, commented C# that embeds the Mozilla Gecko browser control in any Windows Forms Application. It also contains a simple class model providing access to the HTML and CSS DOM.
Xiaofu
2009-08-20 14:13:19
You'll also find mention of a Mozilla ActiveX control, but that doesn't appear to have been updated since 2005.
Xiaofu
2009-08-20 14:17:00
Also discussed here: http://stackoverflow.com/questions/26147/is-it-possible-to-embed-gecko-or-webkit-in-a-c-net-win-form-just-like-a-webview
Xiaofu
2009-08-20 14:21:36
yeah i saw that activex control, but that is old and not supported
webly
2009-08-20 14:49:55