I want to take advantage of the new features in Windows 7 using C# (ie. JumpList, Window Shake, etc). Are there any websites/tutorials that can show me what I want to learn.

link|improve this question

feedback

4 Answers

up vote 6 down vote accepted

Check out this link. Good info:

http://windowsteamblog.com/blogs/developers/archive/2009/05/18/windows-7-managed-code-apis.aspx

link|improve this answer
funny, I just saw that blog today - looks interesting. – Brian Rasmussen May 25 '09 at 19:31
Yea, I haven't had a chance to mess with it yet, but I really want to mess with the Jump Lists. I can see that being really powerful, and helpful to your end user. – BFree May 25 '09 at 19:40
feedback

The library is available at http://code.msdn.microsoft.com/WindowsAPICodePack

link|improve this answer
feedback

I found a link on how to perform the JumpList using the WindowsAPICodePack from MSDN.

Click Here to watch video

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.