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 _______________________________________________ dev-tech-editor mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-editor
