Does anyone know of a spell check library that underlines text?

Posted by Icono123 on Stack Overflow See other posts from Stack Overflow or by Icono123
Published on 2010-03-18T18:42:15Z Indexed on 2010/03/19 2:51 UTC
Read the original article Hit count: 230

Filed under:
|

Does anyone know of a C# spell check library that would underline misspelled works in a windows form text box? In the past, I've used NetSpell and works great if users use the dialog box.

I'm thinking I might be able to automatically call the spell check while text is being updated and underline the text. Anyone have any good ideas on what would be the best way to go about doing it?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET