Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Windows Explorer File Properties- ATL

Windows Explorer File Properties- ATL

Scheduled Pinned Locked Moved C / C++ / MFC
questionc++windows-adminxmlhelp
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Lilian Chan Grant
    wrote on last edited by
    #1

    Okay, I have been working on this forever, but I have a file properties dialog in our application. I also have Windows Explorer using my DLL. I need to research the following things, and I hope y'all can help a confused gal: (1) How can I have the Windows Explorer provided General Tab Property page show up in my application? I have created my own, but I prefer using the system's. (2) Where in the world is the data persisted? Stuff like Comments, Author and other data located on the Summary Tab- where is this saved? On the registry? How can I obtain and save it myself? I have been just persisting and reading from an XML file, but I have no idea what's going on with the system stuff. Please Help :confused: Thanks, Lilian

    T 1 Reply Last reply
    0
    • L Lilian Chan Grant

      Okay, I have been working on this forever, but I have a file properties dialog in our application. I also have Windows Explorer using my DLL. I need to research the following things, and I hope y'all can help a confused gal: (1) How can I have the Windows Explorer provided General Tab Property page show up in my application? I have created my own, but I prefer using the system's. (2) Where in the world is the data persisted? Stuff like Comments, Author and other data located on the Summary Tab- where is this saved? On the registry? How can I obtain and save it myself? I have been just persisting and reading from an XML file, but I have no idea what's going on with the system stuff. Please Help :confused: Thanks, Lilian

      T Offline
      T Offline
      Tomasz Sowinski
      wrote on last edited by
      #2

      Where in the world is the data persisted? If you're using W2K, it's stored in a 'Document Summary Info' stream. Alternate file streams are a NTFS-only feature. Write something at a 'Summary' page, then drag the file to A: - you'll see the warning about data loss; only the main stream will be copied to floppy. Tomasz Sowinski -- http://www.shooltz.com

      L 1 Reply Last reply
      0
      • T Tomasz Sowinski

        Where in the world is the data persisted? If you're using W2K, it's stored in a 'Document Summary Info' stream. Alternate file streams are a NTFS-only feature. Write something at a 'Summary' page, then drag the file to A: - you'll see the warning about data loss; only the main stream will be copied to floppy. Tomasz Sowinski -- http://www.shooltz.com

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        Thanks for the info! ;0 Do you have any idea where I can access this stream? I am really at a loss when it comes to Windows APIs.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups