-2

This is a bit hard to explain... Essentially what i want is something like 7zip. You can either use 7zip file manager and right click items to zip it there, OR you can right click on any item outside 7zip, say a folder in desktop, and have the option of using 7zip. How do i achieve this using a C# application? Can you guys point me in the right direction?

MonoShiro
  • 73
  • 1
  • 2
  • 7

1 Answers1

0

You must create a DLL and register it as a Shell Component of Windows. See here the manual steps to perform it. You just have to create an installer to perform same things.

David BS
  • 1,822
  • 1
  • 19
  • 35