Re: mozilla editor - cross-platform .net wrapper
Robert O'Callahan <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.editor |
|---|---|
| Message-ID | <[email protected]> |
Zvonko wrote: > Hello > > I'm developing open-source e-learning tool in MS.NET. > Is it possible to create .NET wrapper for mozilla editor, so I could use > this editor in windows and linux/unix environments? Has anyone tried > something like that? Is this possible? Probably. There is a package called Gecko# which provides .NET bindings to Gecko, mostly used in Mono but may work in Microsoft's VM. You would need to extend it with editor support, probably. Rob