Add Extended Tab File Information

Alvin Tozzen 21 Reputation points
2021-12-06T03:04:29.213+00:00

Hi All,
I new in .NET, i have a project to generate file from API Controller with some extra file information. i've search about System.IO but still have no clue how to do it.. I just want to add new Tab in File Properties.

155108-image.png

Windows development | Windows API - Win32
0 comments No comments
{count} votes

Answer accepted by question author
  1. Jeanine Zhang-MSFT 11,356 Reputation points Microsoft External Staff
    2021-12-06T06:16:50.467+00:00

    Hi,

    Welcome to Microsoft Q&A!

    As far as I'm concerned, to realize this, you need to implement a "shell extension". The shell lets us add pages to the property sheet by using a type of shell extension called a property sheet handler.

    In the case, you could try to build a shell extension which implements IShellPropSheetExt.

    For more details, I suggest you could refer to the Docs and thread:

    Creating Shell Extension Handlers
    Property Sheet Handlers

    https://stackoverflow.com/questions/10205830/custom-tab-in-file-properties-dialog

    Best Regards,

    Jeanine


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.