ithier
May 3rd, 1999, 05:22 AM
I would like to read the informations (author, title, contents ...) that appear in the tab "Summary" of the%2
|
Click to See Complete Forum and Search --> : How to read Word - Excel summary informations ? ithier May 3rd, 1999, 05:22 AM 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 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.... ithier May 3rd, 1999, 08:38 AM 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 Andy Pattrick May 7th, 1999, 10:07 AM 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 ithier May 7th, 1999, 11:44 AM Thanks Ithier codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |