PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → SysIconAdd How do you use it
SysIconAdd How do you use it
Started by holgersteinkamp, Jun., 25 2003 11:21 AM - 1 reply
Posted on June, 25 2003 - 11:21 AM
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.
Posted on June, 25 2003 - 12:57 PM
>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