Spell checker for .NET / C#

痞子三分冷 提交于 2019-12-04 03:15:25

If you don't object to paying for it, ComponentOne has a spellchecker component which attaches to a normal Textbox, and provides the highlight and context menu.

I use it at my work, and have had no problems with it so far.

There is a project called NetSpell. Link: http://www.codeproject.com/KB/string/netspell.aspx

I have used it in my .Net winform application and it works like a charm. Let me know if you need anymore details and I can help you out. :)

WPF has a built-in SpellCheck; however, I don't believe its fully portable to Mono since its WPF and not WinForms.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!