CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: File properties

  1. #1
    Guest

    File properties

    Hello , Some files (like doc,dll,exe,etc...) have extended properties , what i mean is when your look at the file properties (under Explorer) you don't get only the first tab with the file name,size,attributes,etc.. , but some extra tabs with other properties.

    Now i have my own file format and would like it to have some extra properties as well , where should i start looking regarding this extra properties ?

    Tnx


  2. #2
    Join Date
    May 1999
    Location
    Toronto, Ontario, Canada
    Posts
    155

    Re: File properties

    All you need to do is implement this IShellPropSheetExt interface and register it as a shellext in HKEY_CLASSES_ROOT. Take a look at the sample on the VC5 CD.

    \DevStudio\VC\Samples\SDK\Win32\ShellExt

    -Safai

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