Adding Spell Check Functionality to Textboxes
I have a couple of textboxes on my form. I'd like to give the user the opportunity to spell-check these textboxes so that they can correct their mistakes and then update the contents of the textbox into the database.
Only thing is, I'm not sure where to begin. I found this thread by Martin Liss, but it errors out for me as it's not .NET.
http://www.vbforums.com/showthread.php?t=246451
Any help is appreciated. Thanks!
Re: Adding Spell Check Functionality to Textboxes
Just found this (http://www.vbforums.com/showthread.php?t=359879) also so I'll give that a shot.
Re: Adding Spell Check Functionality to Textboxes
Quote:
Originally Posted by
The_Grudge
Can't help but think that while that code works well - there has to be a simpler, shorter way....:wave:
Re: Adding Spell Check Functionality to Textboxes
Check out my spell check in my sig, it is open source and written completely in VB.Net
EDIT: Oh and it is also doesn't require word / Internet connection etc and is simple to use ... it can spell check all of the textboxes in your project by just going: StartupForm.EnableSpellCheck() :)
Kris