Tagged Questions

7
votes
1answer
706 views

How do you register a Most Recently Used list with Windows in preparation for Windows 7?

With the upcoming release of Windows 7, one of the newly touted features is the Jump Lists, with their automatic population of most recently used items. Supposedly, if you've been …
5
votes
4answers
310 views

Taking advantage of Windows 7 RC using C#?

I want to take advantage of the new features in Windows 7 using C# (ie. JumpList, Window Shake, etc). Are there any websites/tutorials that can show me what I want to learn.
2
votes
1answer
60 views

How to get a list of recently opened documents for an application?

I've found that it's easy to add a recently opened document with help of SHAddToRecentDocs Windows 7 Jump Lists somehow do it by knowing only program shortcut. Programs added to W …
1
vote
1answer
37 views

Custom titles for Windows 7 Jump List Recent items

Quickie question: I'm toying with some of the new taskbar APIs in Windows 7 and have gotten Recent Items on my Apps jumplist to show up, but I would like to display them under a di …
1
vote
1answer
143 views

Windows 7 Jump-List (Windows Forms, C#)

Hello, Does anybody know how to customize the Windows Jump-List feature related to my own application in C#? I know it can be done, but I cannot find anything C#/Windows7 related …
1
vote
1answer
187 views

.NET Windows 7 Jumplist - Checkbox / Radio Jumplist Item

I would like to create a jumplist item that functions with a tick or round checkmark in front of the option. I am using the Windows API Code Pack for the .NET implementation. I …