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
2009-05-25 19:18:04
funny, I just saw that blog today - looks interesting.
Brian Rasmussen
2009-05-25 19:31:26
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
2009-05-25 19:40:49
A:
I found a link on how to perform the JumpList using the WindowsAPICodePack from MSDN.
Lucas McCoy
2009-05-26 22:56:28
+1
A:
The library is available at http://code.msdn.microsoft.com/WindowsAPICodePack
Keeron
2009-08-01 23:15:16