How to add application name in property pop up?

Hi..

In folders, if we right click on them , we can see a popup which has several items like open,explore,winzip. How to add our own application name in that popup



Answer this question

How to add application name in property pop up?

  • Eddie Garcia

    Most of the google results are providing through the registry. Is it possible to do the same with c# program. Do we need to create a setup project to achieve it
  • Charlie Audritsh

    Perform a Google Search on the keywords: C# Shell Context Menu or C# Shell Extensions. Here are examples:



  • Runnur

    You don't need to create a setup project but you do need to add the necessary entries to the registry using regasm.exe.

  • How to add application name in property pop up?