How can I create my custom Shell Context Handlers for Windows?

前端 未结 7 601
滥情空心
滥情空心 2020-12-17 04:39

Problem

Language: C# 2.0 or later


I would like to register context handlers to create menues when the user right clicks certain files (in my case *.e

7条回答
  •  情书的邮戳
    2020-12-17 05:21

    As the prior comments mention, it isn't the best idea to write shell extensions in managed languages, but I thought I'd share an Open Source project that is doing just that :)

    ShellGlue is a managed shell extension that is actually quite helpful. The source also might be helpful to you if you're interested in pursuing writing a shell extension in C/C++.

提交回复
热议问题