I wanna do a application with C# ; it will count correct words and wrong words in a text and show me it … there is a feature in MS Word .. So how can i use this feature in C# if its possible ? (in Turkish language).
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can add a reference to Microsoft Word x.0 Object Library. Check out this MSDN article for information: http://msdn.microsoft.com/en-us/library/15s06t57(VS.80).aspx.
Once you have added the reference you should then be able to use the Word.Application object. It would look something like this (untested code!!).