Integrating into Windows Explorer context menu

后端 未结 2 2012
天命终不由人
天命终不由人 2020-11-28 07:56

I want to write a small tool, that does the following:

When you right click on a file with a certain file-extension the Windows Explorer context menu shows an additi

2条回答
  •  萌比男神i
    2020-11-28 08:44

    You will need to access the registry and add a key under root\\File\\shell or root\Folder\\shell, depending on which items you want the menu item visible on.

    Try this article at CodeProject, it's quite useful.

    Edit: There's another article here which may be of help.

提交回复
热议问题