0

I am trying to integrate Mozilla Firefox into C# winform application. i downloaded the xulrunner(v1.1.19) and geckofx

Everything is running fine but i want to add default Mozilla dictionary/spelling check option to the context menu just as default Mozilla....??? how to do it

Kinnan Nawaz
  • 399
  • 2
  • 7
  • 24
  • @Sire it was a very hectic job that i did. i used MOZNET http://se7en-soft.com/software/moznet/features.aspx – Kinnan Nawaz Jul 30 '13 at 10:57
  • @Sire it was a very hectic job that i did. i used MOZNET library http://se7en-soft.com/software/moznet/features.aspx important thing to remember they use xulrunner 3.2.67 engine which is not the latest Mozilla xulrunner engine. I had one compatibility issue with this library every thing else worked fine. i hope it helps . but i could not find out any other solution to do this without MOZNET library and i am not xulrunner programmer. i hope it helps – Kinnan Nawaz Jul 30 '13 at 11:04

1 Answers1

0

These SpellCheckEngine unittests from geckofx-16.0 may point you in the right direction.

They provide some example of how to manipulate the spell checking engine.

Tom
  • 6,325
  • 4
  • 31
  • 55