Spell Checker


Description:
This is a few classes and a form that allow you to add spell checking to a Visual Basic project. The spell checker is completely written in VB, so you don't need to use third party controls. Presently, the only such requirement is the dictionary file, which has to be present. It should be possible, however to embed the dictionary in a resource file, there isn't any support code to that at present.

Because there are a few files necessary, and the need for the dictionary, I'm making this source code available as a project. The project contains the necessary forms, as well as a small example form.

Download it here: SpellCheck.zip (327 kb)