-
Spellcheck?
Is there a relatively easy way to add spellcheck to an app? I have users who are used to using spellcheck on a textbox in an Access form. My app replaces the form, but they all want spellcheck back. This doesn't seem feasible to me. I don't have a dictionary list to check words against; this is a small auxiliary app; and they're running W98, about half of them on 32 mb ram.
But maybe there's a way I don't know of. Any ideas? Thanks.
-
If they have MS Word then you can use its spellchecker.
http://www.devcity.net/net/article.a...ias=spellcheck
Otherwise here is a C# spell checking component:
http://www.codeproject.com/useritems/NetSpell.asp
-
Thanks, I'll look at the C# spellchecker when I'm at work tomorrow. Only a couple of them have Word. Most of their work is done in a non relational db called FilePro that's at least ten years old.