i want to read a microsoft word file without use of data connection,
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.
‘.doc’ is a not a simple text based file format. You have to use interop for maniuplation.
Include the COM Libary ‘Microsoft Word 12.0 Object Library’. Create an ApplicationClass and use the property Documents to open your document.
There is a very good introduction at the blog of Scott C. Reynolds.