Adding items to the taskbar application menu
I have an application. I would like to add my particular items to the right-click application's taskbar menu via C#. I want to add both permanent items and temporary items. If I haven't made you to understand, this is the menu I am talking about: This feature is called a JumpList and is for Windows 7. It is part of the Microsoft API. How to use this with C# has been documented thoroughly here and here . In order to be able to deal with Jumplist classes in Windows Forms, you'd have to include these DLLs ( Microsoft.WindowsAPICodePack.dll and Microsoft.WindowsAPICodePack.Shell.dll ) in your