tags:

views:

993

answers:

1

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
You'll also find mention of a Mozilla ActiveX control, but that doesn't appear to have been updated since 2005.
Xiaofu
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
yeah i saw that activex control, but that is old and not supported
webly