Taskbar - Managed

IJumpListTask calcTask = new JumpListLink( Path.Combine(systemFolder, "calc.exe"), "Open Calculator") ... you have experimented with the Windows 7 Taskbar APIs and integrated a sample application with the Windows 7 Taskbar. You have seen how easy it is to provide relevant progress and status information from the taskbar button using progress ... ................
................