开发者

Add to context menu for specific application

开发者 https://www.devze.com 2023-02-13 03:13 出处:网络
Is it somehow possible to add a context menu item for one specific application or can does the application somehow support this? If so what kind of support are we then ta开发者_Go百科lking about?This

Is it somehow possible to add a context menu item for one specific application or can does the application somehow support this? If so what kind of support are we then ta开发者_Go百科lking about?


This is called a context menu handler, if I understand you correctly. You need to register it in the registry and, typically, associate it with a file extension.

It's all explained over at MSDN.

If you need to write code to support your context menu handler, then you will be able to find numerous samples of such on the web using the keywords contained in the MSDN documentation.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号