LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

taskbar button

Hi ! I have to develop a system tray application. My only problem is that I can't hide the application button on the taskar. Does anyone know the trick ?

Thank you,
Massimiliano.
0 Kudos
Message 1 of 3
(3,076 Views)
SetSystemAttribute (ATTR_TASKBAR_BUTTON_VISIBLE, 0);
Thanks.
CVI 2010
LabVIEW 2011 SP1
Vision Builder AI 2011 SP1
0 Kudos
Message 2 of 3
(3,066 Views)
I'm not completely sure if this will also work for a system tray application, but you can try placing the following call at the top of your program:

    SetSystemAttribute (ATTR_TASKBAR_BUTTON_VISIBLE, 0);

Luis

0 Kudos
Message 3 of 3
(3,064 Views)