LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding executable

I have created an executable using CVI, but without a GUI. How do I keep the window from appearing in the windows task bar while it is executing?

At times the program may be running up to 30 other programs at the same time, thus making it very annoying to have all displayed at the bottom of my screen.

Tx
0 Kudos
Message 1 of 2
(2,991 Views)
Hi SRB,

Try to add

SetSystemAttribute (ATTR_TASKBAR_BUTTON_VISIBLE, 0);

after loading the panel.
Message 2 of 2
(2,991 Views)