Windows 7 跳转列表(Windows 窗体、C#)
有谁知道如何在 C# 中自定义与我自己的应用程序相关的 Windows 跳转列表功能?我知道可以做到,但我在 MSDN 上找不到任何与 C#/Windows7 相关的内容。到目前为止,我能找到的与 W7 和 C# 相关的唯一信息只是我已经阅读过的兼容性垃圾。
谢谢大家 贝尔塔佐尔
Does anybody know how to customize the Windows Jump-List feature related to my own application in C#? I know it can be done, but I cannot find anything C#/Windows7 related on MSDN yet. The only info related to W7 and C# I can find so far is just compatibility junk which I've already read.
Thanks all
Baeltazor
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Windows API 代码包 执行此操作
Samples\Shell\TaskbarDemo\ 中有一个示例CS 向您展示如何自定义跳转列表和图标。
You can do this with the Windows API Code Pack
There is a sample in Samples\Shell\TaskbarDemo\CS which shows you how to customise the Jump List and icon.