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.
精彩评论