Long Zheng has an interesting post on Windows ‘6.5.1’ over on IStartedSomething .
This post is one in a series of posts covering the Windows API Code Pack. The code pack provides a managed code framework for using the new native Windows 7 features. After thumbnail previews the next item you’ll be looking to implement for your application is a Jumplist. A Jumplist may provide shortcuts to recent documents, frequently use documents and application functionality. Setting up a jumplist for your application is as simple as simple can be using the code pack managed API – but...