views:

388

answers:

4

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.

+6  A: 

Check out this link. Good info:

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

BFree
funny, I just saw that blog today - looks interesting.
Brian Rasmussen
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
A: 

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

Click Here to watch video

Lucas McCoy
+1  A: 

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

Keeron