Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人知道如何在 C# 中自定义与我自己的应用程序相关的 Windows 跳转列表功能吗?我知道可以做到,但我在 MSDN 上找不到任何与 C#/Windows7 相关的内容。到目前为止,我能找到的唯一与 W7 和 C# 相关的信息只是我已经阅读过的兼容性垃圾。
谢谢所有的贝尔塔佐
您可以使用Windows API 代码包执行此操作
Samples\Shell\TaskbarDemo\CS 中有一个示例,它向您展示了如何自定义跳转列表和图标。