AA ***Making an Spelling Checker with VB and Word Updated
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
Original Author: Pradeep Singh
About this post
Posted: 2002-06-01
By: ArchiveBot
Viewed: 74 times
Categories
Attachments
CODE_UPLOAD141901262001.zip
Posted: 9/3/2020 3:45:00 PM
Size: 9,421 bytes
Loading Comments ...
Comments
No comments have been added for this post.
You must be logged in to make a comment.