Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Taking advantage of Windows 7 RC using C#?

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.

like image 563
Kredns Avatar asked May 25 '09 18:05

Kredns


3 Answers

Check out this link. Good info:

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

like image 169
BFree Avatar answered Sep 22 '22 12:09

BFree


.NET Jump List

http://www.vcskicks.com/aero-shake.php

like image 42
Darin Dimitrov Avatar answered Sep 22 '22 12:09

Darin Dimitrov


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

like image 27
Keeron Avatar answered Sep 26 '22 12:09

Keeron