Questions tagged [jump-list]

A jump list represents a list of items and tasks displayed as a menu on a taskbar button in Windows 7 or later.

A jump list in Windows 7 or later displays a list of items when right clicking on a taskbar button. The list can display recent items, pinned items, or tasks as defined by the application.

In C# it can be implemented using the JumpList which contains JumpItems, either JumpPath or JumpTasks. The JumpList class is described at MSDN as:

Represents a list of items and tasks displayed as a menu on a Windows 7 taskbar button.

Source: MSDN

111 questions
0
votes
1 answer

jQuery Jumpmenu

I'm pretty stuck with this one. I wanna create a jump menu which switches div's on and off. But as a jquery beginner i'm stuck with sending a val or something to my script. See my jsfiddle so far, maybe you also get a good idea what i…
Eddyfever
  • 71
  • 1
  • 8
0
votes
2 answers

Windows phone 7 Jump List control

I have a question. In a windows phone 7, Will i be able to navigate from the jumplist control to another page. For example i have some data in the jumplist control, and then once i click on one of the data, will i be able to go to another page from…
User4356
  • 3
  • 1
  • 3
0
votes
1 answer

Shortcut for opening Windows 7 taskbar jumplist

I am looking for a shortcut for opening the Windows 7 taskbar jumplists. This is an existing approach: Win + Left Alt + 1, 2, 3 ... Unfortunately you cannot use the numpad for the numbers, so I found this quite uncomfortable. Alternatively, you can…
tamasf
  • 1,028
  • 2
  • 9
  • 21
0
votes
2 answers

Possible to override "Pin" functionality of Windows 7 Jump List Item? Or multiple commands on a single line

I've started adding JumpLists to my programs and know how to "talk back" using a single instance of my program, but I was wondering if it is possible to override the Pin functionality or otherwise add two commands to a single line? I want to have an…
John
  • 6,061
  • 3
  • 31
  • 56
-1
votes
1 answer

How to create Start Menu shortcut task list?

As I mentioned in the title, I want to create C++ console application with jump list. I searched too much websites including this website. For example, I looked especially these websites: Chapter 14: Adding Support for Windows 7 Jump Lists &…
DrakeMcCain
  • 89
  • 2
  • 12
-7
votes
1 answer

Show Window specific JumpList in Windows

My program opens multiple windows on taskbar (not MDI). I want to display a Jumplist that is specific for each Window. How is it done?
tunafish24
  • 1,819
  • 4
  • 23
  • 37
1 2 3 4 5 6 7
8