VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

AA Making an Spelling Checker with VB and Word Updated

Suresh Singh  (5 Submissions)   Microsoft Office Apps/VBA   Visual Basic 3.0   Beginner   Wed 3rd February 2021

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

Rate AA Making an Spelling Checker with VB and Word Updated (8(8 Vote))

Download AA Making an Spelling Checker with VB and Word Updated

AA Making an Spelling Checker with VB and Word Updated Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters