Windows 7 Jump-List (Windows Forms, C#)

余生长醉 提交于 2019-12-06 05:28:46

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/1659907/windows-7-jump-list-windows-forms-c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!