|
-
Dec 17th, 2008, 12:20 PM
#1
Thread Starter
Frenzied Member
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.
-
Dec 18th, 2008, 04:05 AM
#2
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
-
Dec 18th, 2008, 05:36 AM
#3
Thread Starter
Frenzied Member
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.
-
Dec 18th, 2008, 06:52 AM
#4
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
-
Dec 18th, 2008, 06:54 AM
#5
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|