api - How do I add buttons to Aero Peek in VB6? -


I am working on a program that can play songs from the iPod. I want to be able to put a functional back, play / pause and next button on its Arrow Peak thumbnail like this:
Http://i45.tinypic.com/1yua0m.png
who can not see it:
How do I do this in VB6?

Edit: Can I also create a jump list for my app? For this app, I just need the taskbar jump list for others, I'll need a taskbar and start menu jump lists so that the code can be posted to get both. Edit <2> I have uploaded a sample: iTuscbarlist 3 Interface Window to add buttons to preview (and handle their click events), add icon overlay, window preview clip And add a progress bar to the taskbut of the program Download it.

Look at the feature of Windows Explorer. It uses a COM interface, so I do not know how practical it is to use it for VB, but I think IDL is available if you see it.

You can also get one on another MSDN.

The zoomlist information is also covered on the same page.

Comments