Spelling Control
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Does anyone know of a control in which I can check a word programmically to see whether it exists in a dictionary? something like: boolean = spellcheck(word); where boolean is a true false result if the word exists. It would be nice to have interop with MS Word dictionaries, but everything I have found is built straight into a textbox gui. I also need it to work with english and german words. Thanks