|
-
May 3rd, 1999, 05:22 AM
#1
How to read Word - Excel summary informations ?
I would like to read the informations (author, title, contents ...) that appear in the tab "Summary" of the%2
-
May 3rd, 1999, 05:48 AM
#2
Re: How to read Word - Excel summary informations ?
MSDN article Q122239 has details about how to get the Word document summary information via automation.
Basically, Wordbasic's curvalues.FileSummaryInfo object returns all the information you need....
-
May 3rd, 1999, 08:38 AM
#3
Re: How to read Word - Excel summary informations ?
Thank you for your answer, unfortunatly, I want to do that in C++ and without Word or Excel installed: reading directly the compound file and decoding the SummaryInformation stream but I cannot find documentation about that. So if so
-
May 7th, 1999, 10:07 AM
#4
Re: How to read Word - Excel summary informations ?
Look at the MFC sample entitled DRAWCLI, this shows you how to read summary information and even contains a couple of classes to do it....
If anyone knows how to get hold of and display the dialogs which explorer uses to show this information then I'd really like to know. I can't find then anywhere. I thought they might be some kind of common control / dialog but it appears not.
Cheers Andy
-
May 7th, 1999, 11:44 AM
#5
Re: How to read Word - Excel summary informations ?
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
|