|
-
Jan 10th, 2012, 03:37 PM
#1
Thread Starter
Fanatic Member
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!
-
Jan 10th, 2012, 03:38 PM
#2
Thread Starter
Fanatic Member
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.
-
Jan 10th, 2012, 03:57 PM
#3
Thread Starter
Fanatic Member
Re: Adding Spell Check Functionality to Textboxes
 Originally Posted by The_Grudge
Can't help but think that while that code works well - there has to be a simpler, shorter way....
-
Jan 10th, 2012, 06:49 PM
#4
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
Last edited by i00; Jan 10th, 2012 at 07:12 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|