I'm working on Visual Basic 2010 Express, and I am looking for a way to count the total word number of an MS Word document (.doc or .docx) from my application.
In fact, I found several ways to do that, but all of them require my application to open the word file, which is not always possible in my case.
Is there any way to get this MS Word file detail without opening it ?
Would you please suggest me a way to get this done?
Thank you in advance.