Search code examples
c#zipcontextmenuwindows-explorer

how to make Shortcut Context Menu to read and open zip file?


I'm getting stack in creating a shortcut context menu to read zip file to my application automatically just like in one of those WinRar application.Can you give me some idea or resources on how to do it?


Solution

  • What you are referring to is a Shell Extension. Here's some google results on the subject.

    Another source: The Complete Idiot's Guide to Writing Shell Extensions