PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Re: SysIconAdd How do you use it
Re: SysIconAdd How do you use it
Iniciado por holgersteinkamp, 26,jun. 2003 09:15 - No hay respuesta
Publicado el 26,junio 2003 - 09:15

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


Thanks Guenter. I found the WindevAsso website but I can't read french. Went looking further and found some infomation that says if a window is invisible it won't appear in the task bar therefore instead of using "windowname..state" I used "windowname..visible" and set it true or false to make my window visible or invisible then Guess What? A perfect result.
The usable icon apears in the systray, and nothing appears in the taskbar.
Holger