Windows 7 task bar program jump list

1

1

I am looking for a way to make a jump list for the windows task bar for application shortcuts. Kinda like the quick launch toolbar but with the jump list look. I tried to make my own 'toolbar' but that does what the quick launch bar did before.

Unfundednut

Posted 2010-05-30T02:14:57.327

Reputation: 6 650

Answers

3

Try this program: Jump List Launcher . It lets you create your own list of shortcuts to programs or whatnot, and is a true jumplist in both appearance and functionality.

eidylon

Posted 2010-05-30T02:14:57.327

Reputation: 1 667

Thanks gave you the accepted answer since yours uses the actual jump list system. – Unfundednut – 2010-05-30T21:11:48.303

4

I haven't gotten around to trying it yet, but a while ago I found a program that I think does what you want: 7stacks. (It doesn't look like a jump list though; it is glass instead.)

Jordan Miner

Posted 2010-05-30T02:14:57.327

Reputation: 291

Your answer was what I was looking for but had to award it to eidylon since his uses the actual jump list tech. +1 tho – Unfundednut – 2010-05-30T21:12:34.683

1

Well, if you want to do this as an application than I would suggest getting a copy of Microsoft Visual C++ and writing a program that implements ICustomDestinationList.

ICustomDestinationList Interface

Exposes methods that allow an application to provide a custom Jump List, including destinations and tasks, for display in the taskbar.

ta.speot.is

Posted 2010-05-30T02:14:57.327

Reputation: 13 727

1+1 But I really don't feel like learning C++ to do this lol – Unfundednut – 2010-05-30T03:07:43.630