PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → SysIconAdd How do you use it
SysIconAdd How do you use it
Débuté par Holger, 25 juin 2003 11:21 - 1 réponse
Posté le 25 juin 2003 - 11:21
I have put "sysiconadd" in the project initialization code and have successfully put a icon into the sys tray.
But how do you use it? The application stays open. Closing the application removes the icon.
What I am trying for is to have the icon in sys tray then when I click on it I can run my aplication.
Posté le 25 juin 2003 - 12:57
>I have put "sysiconadd" in the project initialization code and have successfully put a icon into the sys tray. But how do you use it? The application stays open. Closing the application removes the icon. What I am trying for is to have the icon in sys tray then when I click on it I can run my aplication.

Never Mind I worked it out. You put the "SYSICONADD" code in the window initialisation add that windows popup
menu into the parameters then add code to the popup menu to make it disapear off the screen :
"WindowName..state = outside screen"
and "windowName..state = active" to bring it back
Now if only I knew how to make the project name disapear from the bottom of the screen