将项目添加到 Windows 7 中的其他应用程序任务栏菜单
是否可以将其他菜单项添加到 Windows 7 任务栏中其他固定应用程序的右键菜单?我正在使用 .NET,但我也会接受 P/Invokes。我一直在阅读有关 API 的文档,但似乎找不到一种方法来做到这一点。我只是想我应该检查这里作为寻找方法的最后努力。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当然。关键是应用程序 ID。如果您通过本机 API 执行此操作,则必须在调用中指定 AppID,并且您可以继续指定其他应用程序的 AppID。如果您使用的是 Code Pack,则可以将 AppID 设置为与其他应用程序相同,添加目的地和任务,并且可能在完成后将 AppID 设置回其他内容。
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.