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
1
vote
0 answers

WP8 - Bind AlphaKeyGroup ObservableCollection to LongListSelector Itemsource

I still haven't found the problem in my code. Maybe, It might not be possible to bind alphakeygroep to Observable Collection? I'am writing a WP8 application which uses Longlistselector with a JumpList. Binding works when using LongListSelector…
JVGAG
  • 107
  • 2
  • 12
1
vote
0 answers

Windows 7 Jumplist Override Max Slots

I'm messing with the cool jumplist stuff in Windows 7. I was hoping to add a number of items to the custom categories but noticed that I'm capped off at 10 items. Is there a way to override the number of available slots? I noticed that this…
Mr Rogers
  • 5,721
  • 2
  • 26
  • 31
1
vote
1 answer

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 different title than the filename (most files my app will be opening…
Toji
  • 31,923
  • 20
  • 95
  • 113
1
vote
2 answers

Manipulating taskbar right click application menu

I need to remove Application launch and "Pin this application to taskbar" from the taskbar context menu for an application. Reason is that the application cannot start standalone, it must be fed with information from another application. Does anyone…
1
vote
1 answer

c# setting JumpList for app run from network share

I need to set the jumplist shortcuts for a c# app thats run off of 2008 server, but the machine the jumplists are be installed on are running Windows 7. I have no issues setting jumplists when app is run locally, so I know the code works. I'm…
OverMars
  • 1,267
  • 3
  • 15
  • 27
1
vote
0 answers

Windows 7 Jumplist with QT application

I am trying to develop Windows 7 Jumplist with QT application. I have created a jumplist task "Quit". I want to close my application upon clicking this jumplist task "Quit". How to do this?? IShellLink* CreateShellLink(QString title, QString…
Prady
  • 11
  • 1
0
votes
0 answers

Create a Jumplist of Commandline Arguments?

Is it possible to use the Windows 7 JumpList API to create a list of custom data not related to existing files in the FileSystem? For instance, a list of recent\frequent command-line arguments for my program? Thanks
sternr
  • 5,476
  • 9
  • 35
  • 61
0
votes
0 answers

Is there anyway to add an input field for IE9 jump lists?

I've been playing with IE9's new jump lists. I was wondering if there is a way to add an input field to the jump list. I want to add a search bar to the jump list and takes it to the site and put the search query in the querystring. Anyone know if…
Keith
  • 1,272
  • 3
  • 20
  • 46
0
votes
1 answer

WPF4 JumpList Missing when launched from Program Files

I have a very simple application that I'm adding jumplist support to. A few days ago I was happy and I called it version 1. So I copied it to c:\program files\clipboard editor\clipboardeditor.exe and ran it. Great. Pinned it to my taskbar, even…
Travis P
  • 627
  • 5
  • 18
0
votes
0 answers

Page Up and Page Down as entries in jumplist in (Neo)Vim

Sometimes I move vertically using {} [] operations in (Neo)Vim, and such operations go fine with jumplist so I can navigate the history of cursor movements using control-i control-o. However, Page Up and Page Down are not considered as "jump…
0
votes
1 answer

Jumplists in VB.NET Windows Form Application

Is there a way to create Windows Taskbar jumplists in a VB.NET Windows Form Application? I'd like to add my last opened files to the list. I've done a bunch of searching and can find this:…
Dan
  • 41
  • 5
0
votes
0 answers

How to get the previously added items in the jumplist

I am now studying the jump list feature and trying to implement it in my WPF/C# project. I observed the following issues when executing the example from the MSDN link:…
Bo Liu
  • 23
  • 4
0
votes
1 answer

confusion with the jumplist of vim

everyone, i have some confusion with the moving of and in jumplist of vim. i think it's not so suitable for code understanding. suppose that we have some code like: package main import "fmt" func main() { fmt.Println("vim-go") …
WinChua
  • 11
  • 2
0
votes
0 answers

adding option to right click on icon in the taskbar such as kill application

When try to closing windows / app from taskbar its not always close due same window of that app needing user input or msg need to be check is there a way to just kill it simply from the taskbar by right click on that icon ?
R Mat
  • 95
  • 5
0
votes
2 answers

Get Windows 10 Jump List pin button icons

Windows 10 has new pin icons in the Jump List. Black and white for different themes. Old Windows 7 pin icons stayed inside imageres.dll, ID 5100, 5101. Where are new icons stored? How get they with WinAPI?
Asaq
  • 331
  • 3
  • 13