|
-
Sep 6th, 2009, 02:51 PM
#1
Thread Starter
New Member
using the spell check class
i wanted to create a program that checks the contents of a rich text box when a button is pressed, but i did not want to use a word instance, as calling it is slow, and some people dont have word.
i found the spell check class in vb but cant get it to work, i can dim something as SpellCheck but i cant then use that to do anything,
can anyone give their advice/help?
sorry if its nooby, but im new here
-
Sep 6th, 2009, 03:15 PM
#2
Re: using the spell check class
Hey,
Welcome to the Forums!!
Can you provide some more information about the SpellCheck class that you found? We are not mind readers here, and we won't be able to help you until you provide us with some more information.
Also, if you haven't done so already, you might want to check out the following:
http://www.vbforums.com/showthread.php?t=359879
Gary
-
Sep 6th, 2009, 05:34 PM
#3
Thread Starter
New Member
Re: using the spell check class
thanks for the reply, and yeah ive read that topic, but i dont want to use word, the class i found was on msdn, here:
http://msdn.microsoft.com/en-us/libr...pellcheck.aspx
it shows it can be used in vb, and you can make a class called spellcheck, but as there are no examples on that page, i cant work out how to use it...
-
Sep 6th, 2009, 07:21 PM
#4
Re: using the spell check class
That's for the presentation framework (WPF)
-
Sep 6th, 2009, 07:23 PM
#5
Thread Starter
New Member
Re: using the spell check class
ah right, thanks for helping me
-
Sep 7th, 2009, 02:06 AM
#6
Re: using the spell check class
Hey,
Yes, as ForumAccount mentions, that Class is specific to WPF, so you will not be able to use it.
However, a quick google turned up this article:
http://www.codeproject.com/KB/recipe...eckparser.aspx
Which, although is in C#, seems to do what you want, using this website:
http://spellcheck.net/
You might want to take a look to see if it will be any use to you.
Hope that helps!
Gary
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
|