One of Word's most commonly used features is the ability to check spelling. Word encapusulates this functionality into two methods: CheckSpelling and GetSpellingSuggestions. The GetSpellingSuggestions method is memember function of the Application and range object in Word. CheckSpelling is a member function of Application, Range, and Document object.we can use CheckSpelling to determine whether a word is spelled correctly. If a word is misspelled, we can use the
GetSpellingSuggestions method to retune a collection of
SpellingSuggestion object for the misspelled word.
This program also have a good example of using StatusBar, imagelist and toolbar
A vary nice program for Beginners.
You must see Screen shot of this program