icustomdestinationlist

About this tag
The ICustomDestinationList interface is part of the Windows 7 API used to create custom jump lists for applications. Discussions on WindowsForum.com cover using ICustomDestinationList to add custom tasks to jump lists and display them in the Start menu, as well as removing default taskbar tasks like the application name and pin-to-taskbar option. Users seek guidance on implementing these customizations programmatically, often involving registry modifications or API calls. The tag focuses on developer-level topics related to Windows shell integration and jump list customization.
  1. H

    Windows 7 Custom jumplist in start menu

    Hello all! I have successfully used the ICustomDestinationList to create jump lists for my applications. But now I want the custom tasks I added to those jump lists to be displayed in the start menu, like windows live messenger. Any ideas on how to get this working? I have tried installing...
  2. locksleyu

    Windows 7 How do I remove default taskbar tasks from Jump List?

    Currently, my application without any modifications has three tasks in the JumpList: One listing the application name, one for pinning it to the taskbar, and one to close the application. I am trying to determine how to modify my application to remove the former two tasks, and only leave the...
Back
Top