CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    May 1999
    Posts
    4

    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

  2. #2
    Guest

    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....


  3. #3
    Join Date
    May 1999
    Posts
    4

    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

  4. #4
    Join Date
    May 1999
    Posts
    2

    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


  5. #5
    Join Date
    May 1999
    Posts
    4

    Re: How to read Word - Excel summary informations ?

    Thanks

    Ithier

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured