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

link|improve this question

68% accept rate
feedback

1 Answer

up vote 8 down vote accepted

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.