Results 1 to 6 of 6

Thread: using the spell check class

  1. #1

    Thread Starter
    New Member craigster1991's Avatar
    Join Date
    Sep 2009
    Location
    Wales
    Posts
    3

    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

  2. #2
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    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

  3. #3

    Thread Starter
    New Member craigster1991's Avatar
    Join Date
    Sep 2009
    Location
    Wales
    Posts
    3

    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...

  4. #4
    Master Of Orion ForumAccount's Avatar
    Join Date
    Jan 2009
    Location
    Canada
    Posts
    2,802

    Re: using the spell check class

    That's for the presentation framework (WPF)

  5. #5

    Thread Starter
    New Member craigster1991's Avatar
    Join Date
    Sep 2009
    Location
    Wales
    Posts
    3

    Re: using the spell check class

    ah right, thanks for helping me

  6. #6
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    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
  •  



Click Here to Expand Forum to Full Width