Re: Spell checker within VB6
If MS Office is available to you, maybe you could piggy back on it's spell checker.
Re: Spell checker within VB6
You may want to google a bit more. I didn't spend a lot of time googling but didn't find too much info on aspell. However, I did find its documentation.
Re: Spell checker within VB6
Both RobDog888 and I have spell checkers in our signatures, however both use Word.
Re: Spell checker within VB6
Thank you, but what if the end-user doesn't have Office installed? Even if they do, how do I know the future editions of office will work with it?
P.S. I have the documentation of aspell. I just wanted some examples in VB6 code. Basic examples in aspell or hunspell to help me get my feet wet.