CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2001
    Posts
    222

    Write a file's summary information

    If you right click on a file in explorer and select properties, a property page appears and you can select the summary tab and edit a description.

    What is the correct way to do this programatically? I tried StgOpenStorage - but this does not work. (It works only for files which are MS Office documents not for files where you have added a description using windows explorer).

    Thanks in advance for any help

    Adrian

  2. #2
    Join Date
    Jan 2001
    Location
    Toronto
    Posts
    118

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