Menu

How can I add a new item in the context menu handler?

Help
kanejons
2024-04-10
2024-04-10
  • kanejons

    kanejons - 2024-04-10

    Good afternoon, I like how 7zip works in the context menu. I found in the registry that it uses a handler 7-zip.dll . My question is, where in the Explorer code is the punt and how do they work? I would like to understand how he understands a folder or a file. And also how it changes the parameters that need to be used.

     
  • Igor Pavlov

    Igor Pavlov - 2024-04-10

    Context menu handlter is complicated thing:

    look files here:

    CPP\7zip\UI\Explorer\
    

    also look installer code (that installs 7-zip and context menu handler):

    C\Util\7zipInstall\
    
     

Log in to post a comment.