Results 1 to 7 of 7

Thread: spellcheck

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Posts
    471

    spellcheck

    Does .NET have any kind of provisions for spellchecking on text?

  2. #2
    Member
    Join Date
    Feb 2004
    Location
    LA
    Posts
    57

    Talking

    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

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Posts
    471
    thanks.

  4. #4
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489
    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

  5. #5
    Frenzied Member
    Join Date
    Feb 2003
    Location
    Argentina
    Posts
    1,950
    Edneiss gave me this link for a spellchecker you can add to your app for the user.

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Posts
    471
    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?

  7. #7
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489
    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
  •  



Click Here to Expand Forum to Full Width