How to create a jump list in windows c++?

Rohan Pande 445 Reputation points
2023-12-22T01:38:50.76+00:00

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:

  1. https://learn.microsoft.com/en-us/windows/win32/shell/samples-automaticjumplist

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.
{count} votes

1 answer

Sort by: Most helpful
  1. RLWA32 51,881 Reputation points
    2023-12-22T10:20:50.96+00:00

    Take a look at this CustomJumpList -- Demonstrates how to create a custom Jump List for an application, including adding a custom category and Tasks.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.