Does .NET have any kind of provisions for spellchecking on text?
Printable View
Does .NET have any kind of provisions for spellchecking on text?
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 :D
thanks.
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 :)
Edneiss gave me this link for a spellchecker you can add to your app for the user.
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?
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?