| View previous topic :: View next topic |
| Author |
Message |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
Posted: Thu Sep 11, 2003 5:19 pm Post subject: Position of a taskicon |
|
|
Hi all,
does anyone of you know how I can get the position (top, left), of a vds-taskicon?
Regards,
Vic _________________ phpBB Development Team |
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Thu Sep 11, 2003 6:33 pm Post subject: |
|
|
Getting Taskicon position is very difficult forget VDS even in C++. There is no such command and as a work around people have used a black icon momentarily scan the taskbar notification area for a bunch of grey (yes!! system plays lot of games there) pixels and change it back rapidly to normal then to show the balloon tip.
I think you are looking for the same in XP as taskicon can get hidden.
You may use a similar trick.
Also I don't know if you can get the ID of the taskicon - I saw an API i think. I left all these as VDS is not supporting more than 8 parameters. So more after the VDS update is out  _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
Posted: Fri Sep 12, 2003 8:11 am Post subject: |
|
|
Thanks CodeScript
Vic _________________ phpBB Development Team |
|
| Back to top |
|
 |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
Posted: Sun Sep 14, 2003 1:16 pm Post subject: |
|
|
Couldn't one of the DLL-developers create a dll that calls the API to get the icon id and than returns the result?
Or, even better, create a DLL that can act as a gateway to support more than eight parameters by calling an api:?:
Vic _________________ phpBB Development Team |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Sun Sep 14, 2003 2:28 pm Post subject: |
|
|
| Vic wrote: | | Or, even better, create a DLL that can act as a gateway to support more than eight parameters by calling an api:?: |
The parameter limit will be increased to 12 in the next release of VDS 5,
it was mentioned in another post.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
Posted: Mon Sep 15, 2003 11:23 am Post subject: |
|
|
WOW! A new version of VDS ?
Any clue about when it will be released? I ask this because I am planning to register a vds professional licence, and it would be stupid to register vds5 when there's an new version comingup
Vic _________________ phpBB Development Team |
|
| Back to top |
|
 |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1753 Location: Space and Time
|
Posted: Mon Sep 15, 2003 11:26 am Post subject: |
|
|
Not sure yet. It is just an update to VDS 5, so you can register VDS 5 now. _________________ Chris
Http://theblindhouse.com |
|
| Back to top |
|
 |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
Posted: Mon Sep 15, 2003 11:32 am Post subject: |
|
|
That's nice.... thanks
Vic _________________ phpBB Development Team |
|
| Back to top |
|
 |
|