-
Novice
.NET Wrapper for XulRunner
I've written an extended fork from the GeckoFX code base called MozNET. MozNET is a managed code (c#) wrapper for Mozilla's XulRunner 1.9.2 platform.
It has a ton more features than its predecessor, GeckoFX, and is capable of running custom XPCom components written in Javascript, native C/C++ or even managed code langauges such as C# and VB.NET. MozNET is the only XulRunner wrapper that features bi-directional communication between the hosting application and Javascript in a web page. You can read about all of its features here.
- Se7enSoft
-
-
Re: .NET Wrapper for XulRunner
I was using GeckoFX and it was quite featureful for being a free product. MozNET is quite a bit better and more stable, and really the only good XulRunner wrapper out there as far as I could find, and I looked quite diligently.
I was thinking of purchasing MozNET, but ended up moving to Qt/C++ and using their Webkit wrapper.
None the less, GeckoFX and MozNET are both great XulRunner Wrappers that let you use the Firefox engine [Gecko] in a .NET application easily, whilst still getting a LOT of control over the engine itself. MozNET is not free; GeckoFX is free. If you need one or the other and are working on a serious project, I would suggest MozNET over GeckoFX.