| View previous topic :: View next topic |
| Author |
Message |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1753 Location: Space and Time
|
Posted: Wed Jan 06, 2010 10:51 pm Post subject: Windows 7 Jump Lists |
|
|
Does anyone know how to add jump lists to a VDS program? I would like to use this feature.
Thanks! _________________ Chris
Http://theblindhouse.com |
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Thu Jan 07, 2010 12:38 am Post subject: |
|
|
What the heck is a jump list anyway? I have Win7 but no clue what that is. _________________ 'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.) |
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Thu Jan 07, 2010 4:32 am Post subject: |
|
|
NVM, found out. _________________ 'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.) |
|
| Back to top |
|
 |
vdsalchemist Admin Team

Joined: 23 Oct 2001 Posts: 1448 Location: Florida, USA
|
Posted: Thu Jan 07, 2010 2:48 pm Post subject: |
|
|
From what I can tell there is a full API for this. The API looks to be ActiveX however I have not built anything around this since I do not own Windows 7 and my development machine is currently Linux due to another VDS related project that I am working on. If I get a chance I may be able to write the code but someone with Windows 7 will need to test it. _________________ Home of
Give VDS a new purpose!
 |
|
| Back to top |
|
 |
GregLand Valued Contributor


Joined: 15 Jun 2004 Posts: 212 Location: FRANCE
|
|
| Back to top |
|
 |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1753 Location: Space and Time
|
Posted: Tue Jan 12, 2010 6:55 pm Post subject: |
|
|
Thanks. If you write the code, I'll happily test it!  _________________ Chris
Http://theblindhouse.com |
|
| Back to top |
|
 |
PGWARE Web Host

Joined: 29 Dec 2001 Posts: 1565
|
Posted: Tue Jan 12, 2010 8:18 pm Post subject: |
|
|
I've included jumplists in some of my projects but they are built in delphi. I used a nice delphi component found here: http://www.gumpi.com/Blog/2009/10/02/Windows7ComponentsBeta.aspx
The component includes the ability to do jumplists, overlay icons, progress bar inside of the taskbar buttons, the embedded buttons like windows media player has when you mouse over the taskbar button preview window (rewind, play, forward buttons), and a bunch of other Windows 7 functions.
Perhaps someone can make a dll for vds using this component. Or you can also peak at the source code of the component to see how its done using native win api.
vdsalchemist, you should use something like vmware player virtual machine (free) to allow you to run multiple os's and test things on. |
|
| Back to top |
|
 |
|