Results 1 to 5 of 5

Thread: MS Word spell checker

  1. #1

    Thread Starter
    Frenzied Member usamaalam's Avatar
    Join Date
    Nov 2002
    Location
    Karachi
    Posts
    1,308

    MS Word spell checker

    Hello everybody,

    I am going to use word spell checking capabilities in my .NET project. I need to know do I need to install Word 2003 on server or is there any object library available that can work without having the whole word installed?

    Thanks.

  2. #2
    Superbly Moderated NeedSomeAnswers's Avatar
    Join Date
    Jun 2002
    Location
    Manchester uk
    Posts
    2,657

    Re: MS Word spell checker

    http://visualstudiomagazine.com/feat...torialsid=1742

    Click on the Listing 1 link on the page to see code example.
    Please Mark your Thread "Resolved", if the query is solved & Rate those who have helped you



  3. #3

    Thread Starter
    Frenzied Member usamaalam's Avatar
    Join Date
    Nov 2002
    Location
    Karachi
    Posts
    1,308

    Re: MS Word spell checker

    I already have my code working. I need to deploy the application on the server and I just need to know should I install Word on the server or is there any library available to do so?

    Thanks.

  4. #4
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    Re: MS Word spell checker

    there are dictionaries of words available,but they are not part of word, if your code uses theword object model you will need to have word installed
    i do my best to test code works before i post it, but sometimes am unable to do so for some reason, and usually say so if this is the case.
    Note code snippets posted are just that and do not include error handling that is required in real world applications, but avoid On Error Resume Next

    dim all variables as required as often i have done so elsewhere in my code but only posted the relevant part

    come back and mark your original post as resolved if your problem is fixed
    pete

  5. #5
    Superbly Moderated NeedSomeAnswers's Avatar
    Join Date
    Jun 2002
    Location
    Manchester uk
    Posts
    2,657

    Re: MS Word spell checker

    Sorry i thought that was obvious

    The Word Spell Checker libraries are part of word itself, so you would have to have it installed.
    Please Mark your Thread "Resolved", if the query is solved & Rate those who have helped you



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