Take a look at this CustomJumpList -- Demonstrates how to create a custom Jump List for an application, including adding a custom category and Tasks.
How to create a jump list in windows c++?
Rohan Pande
445
Reputation points
Hi,
I have looked through few applications that are pinned to taskbar, when we right click on them we get a menu where some of them are pre-defined and some are application specific. This is jump list.
Can you please tell me how can I make something similar for my application? I am not able to understand the document as I am a novice in this area.
Document that I have gone through:
Note: My application is purely in c++.
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | C++
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.