PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Re: SysIconAdd How do you use it
Re: SysIconAdd How do you use it
Débuté par Guenter, 25 juin 2003 21:25 - Aucune réponse
Posté le 25 juin 2003 - 21:25
Hi, only 'system services' are not shown in the task bar. Try to make your application a system service. I think I've read something about that at the WinDevAsso website somewhere. Disclaimer: Maybe!
Regards,
Guenter
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