jimday1982 Posted August 29, 2003 Posted August 29, 2003 I have a program with 100 text boxes. I'm looking for the absolute simplest way to check the spelling of the contents of these boxes and offer suggestions for misspellings. I have looked and looked for ways to do this, but have come up short. Any ideas are greatly appreciated! Quote
Moderators Robby Posted August 29, 2003 Moderators Posted August 29, 2003 The only solution that I can think of is referencing MS Word, keep in mind that the end users need Word installed on their machine. If you want to go that route, let us know. Quote Visit...Bassic Software
*Experts* Nerseus Posted August 29, 2003 *Experts* Posted August 29, 2003 There are other third party controls and objects that provide spell checking. In general, I'd imagine any solution is going to involve some kind of looping to check each textbox's contents against some database of words. Using a 3rd party control/object would probably be easiest, but most costly (next to having all your users having Word - unless they already have it). You could also look into using Google's WebServices, which includes a spell checker. I only played around with it and it IS limited (like 1000 or 10000 hits per month or something) unless you pay. Just another thought. -Ner Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
Moderators Robby Posted August 31, 2003 Moderators Posted August 31, 2003 The code to perform the spell check is not very complex, it's getting a dictionary that's near impossible. Quote Visit...Bassic Software
jimday1982 Posted September 2, 2003 Author Posted September 2, 2003 Robby- Being on a budget of about $0, I guess the MS Word solution will have to work. If you could point me in the right direction, I'd greatly appreciate it. Quote
Moderators Robby Posted September 4, 2003 Moderators Posted September 4, 2003 try this out from JDT http://www.visualbasicforum.com/showthread.php?threadid=12689&highlight=spellcheck you will need to remove the old html tags in order to see his code. Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.