Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
2k views

Using Delphi to creating Win7 Jump list

I'm trying to create Jump list on windows 7 for my application using Delphi. I found this c++ code, but I'm not sure how to translate it to Delphi, any help? void CreateJumpList() { ...
2
votes
3answers
743 views

How do I add recent items to my program's jump list on the Windows 7 taskbar?

I'm using Delphi XE and would like to add "recent items" in the Windows 7 taskbar jump list for my application, like when right-clicking on Microsoft Word brings up recently opened documents. I've ...
1
vote
1answer
26 views

Can the VS2010 JumpList be customized

So I love to pin projects to the VS2010 jumplist . . . right click and load. However, for a couple projects, I'm working on several versions at once. Foo.sln appears in the list several times . . . ...
0
votes
1answer
228 views

Windows 7 Jump List Displays No Icons

The application I'm working on has a set of file types associated with it. Everyone is familiar with Windows 7's new Jump List and its features. If I open a file (double clicking on it or from within ...