Spell check in c#
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
13:53 UTC
Read the original article
Hit count: 145
Hi all
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.
Thank you :)
© Stack Overflow or respective owner