Where can I find a free, easy to implement spellcheck component for .NET?

Posted by Sootah on Stack Overflow See other posts from Stack Overflow or by Sootah
Published on 2011-02-06T06:47:05Z Indexed on 2011/02/06 7:25 UTC
Read the original article Hit count: 213

Filed under:
|
|
|
|

This may be a tall order, but I'd like to find a spellchecker component that is easy to implement (I only need to spellcheck one TextBox). I've looked around and cannot seem to find anything that doesn't cost a fortune, or isn't overly complicated to implement. I did find a wrapper for NHunspell, but couldn't get it to actually display the spellcheck box for whatever reason.

ComponentOne's spellcheck control is absolutely excellent, but of course, costs an absolute fortune since you can't buy just that component, you have to buy the whole suite. All the other ones I've found seem to be the same way.

I liked the ComponentOne version the best because all you had to do way reference it, initialize, and when you called it you simply told it which control to check. It was lovely.

Suggestions?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET