Is it possible to add other menu items to other pinned applications right click menu in the Windows 7 taskbar? I’m using .NET, but I will accept P/Invokes as well. I’ve been reading the documentation on the API, and can’t seem to find a way to do this. I just thought I’d check here as a last ditch effort to find a way.
Share
Sure. The key is the application ID. If you do it through the native API you have to specify the AppID in your calls and you can just go ahead and specify the other app’s AppID. If you’re using Code Pack, you could set your AppID to the same as the other app, add your destinations and tasks, and perhaps set your AppID back to something else when you’re done.