Accessing Word document version from VC++

O

Odds On

OK, this is sweet and simple, but it's driving me nuts!

Is there a simple way of accessing what version of Word was used to produce
a document from Visual C++.Net 2005?
 
J

Jonathan West

Odds On said:
OK, this is sweet and simple, but it's driving me nuts!

Is there a simple way of accessing what version of Word was used to
produce
a document from Visual C++.Net 2005?

Yes. Read the Version document property, using either of these methods

Dsofile.dll lets you edit Office document properties without Office in
Visual Basic .NET 2003 and in Visual Basic .NET 2002
http://support.microsoft.com/kb/224351

How To Read Compound Document Properties Directly with VC++
http://support.microsoft.com/kb/186898/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top