Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.NET Jump List [closed]

Tags:

c#

.net

windows-7

Is there a .NET library/tutorial available that will let me show me how to customize the Windows 7 Jump List for my application?

like image 688
Jake Pearson Avatar asked Jan 21 '09 19:01

Jake Pearson


2 Answers

channel9.msdn.com did a series of discussions covering the new taskbar, including the jumplist.

Jump Into Windows 7 Taskbar Jump Lists

Additionally, The Windows 7 Blog started a series of posts that covering developing the task-bar, including how to work with jump-lists. You can view their initial post at http://blogs.msdn.com/yochay/archive/2009/01/06/windows-7-taskbar-part-1-the-basics.aspx

like image 130
Sampson Avatar answered Sep 21 '22 17:09

Sampson


Windows 7 API Code Pack contains the official implementation for .NET, see http://code.msdn.microsoft.com/WindowsAPICodePack

like image 39
Luke Avatar answered Sep 17 '22 17:09

Luke