|
-
Apr 7th, 2004, 10:01 AM
#1
Thread Starter
Hyperactive Member
spellcheck
Does .NET have any kind of provisions for spellchecking on text?
-
Apr 7th, 2004, 10:40 AM
#2
Member
Hello
I don't think VB.NET has built in spell checker.
But you can add Microsoft Word Object Library and use MS Word spell checker
click here for example
Good luck
-
Apr 7th, 2004, 10:47 AM
#3
Thread Starter
Hyperactive Member
-
Apr 7th, 2004, 11:24 AM
#4
Frenzied Member
if you mean spell check your app during design time that won't work for you. the object model will provide you spell check functionality during run-time.
correct me if I'm wrong though
-
Apr 7th, 2004, 11:29 AM
#5
Frenzied Member
Edneiss gave me this link for a spellchecker you can add to your app for the user.
-
Apr 7th, 2004, 02:09 PM
#6
Thread Starter
Hyperactive Member
Thanks guys.
I tried the method that igorsky gave, it worked very well. Now I have another question: I use this to check the input of a textbox, once an error is found, I want the word to correct it, how can I set the corrected text back to my textbox?
-
Apr 7th, 2004, 05:37 PM
#7
Frenzied Member
This is probably a stupid question but do you have to have one of the office products installed to use the object models? can you download the dll's somewhere?
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
|