Spell check in winforms

Posted by j-t-s on Stack Overflow See other posts from Stack Overflow or by j-t-s
Published on 2010-04-26T13:52:45Z Indexed on 2010/04/26 18:33 UTC
Read the original article Hit count: 355

Filed under:
|
|
|
|

In my win forms c# app, I want to be able to add spell check functionality. But, I want to do it my own way, and NOT use any other components. All I need is just an online service where i can send a request or something and it tells me whether or not the word i sent was spelled correctly.

Preferred but not required: The ability for that online sevrice to also send back suggestions.

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms