Question

I'm working on a program that can play songs off an iPod. I want to be able to put functional Back, Play/Pause and Next buttons on its Aero Peek thumbnail like this:
http://i45.tinypic.com/1yua0m.png
For those who can't see it: http://i45.tinypic.com/1yua0m.png
How would I do this in VB6?

EDIT: Can I also create a jump list for my app? For this app, I only need taskbar jump lists. For others, I'll need taskbar and start menu jump lists so posting code to achieve both would be appreciated.

EDIT 2: I have uploaded a sample of how to use the ITaskBarList3 interface to add buttons to the window preview (and handle their click events), add an icon overlay, clip the window preview and add a progress bar to the program's taskbutton. Download it here.

Était-ce utile?

La solution

Look at the Taskbar Thumbnail Toolbar feature of Windows Explorer. This does use a COM interface so I don't know how practical it is to use for VB but I beliver the IDLs are available if you look.

You can also find a C# example and the UI guidelines on MSDN.

The Jumplist information is also covered on the same pages.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top