LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to hide window title of executed programs in taskbar

When we execute a program in windows, the title of it add to taskbar
How we  can hide it and don't display it in taskbar? (specially for background programs)
in some programs we can see executed programs in tray icons similar to google talk and when we click on it's icon it window of it open and title of it appear in taskbar.
 
thanks
0 Kudos
Message 1 of 7
(4,310 Views)
Hi javadi_ali,
use an invoke node with of the vi, and select Frontpanel -> open, connect "hidden" as state.
Mike
0 Kudos
Message 2 of 7
(4,292 Views)
While that will hide the window it will not make it appear in the system tray, which is something completely different. With regards to that question: please see this KB article: How Can I Minimize a VI to an Icon on the Windows System Tray?
Message 3 of 7
(4,270 Views)
thanks for your help but it don't work when we build myproject.vi and it become myproject.exe.
also your way is possible with changing vi property node --> front panel --> state to hidden that I test it but don't work with exe program and only work with vi.
 
0 Kudos
Message 4 of 7
(4,244 Views)
Try the ActiveX library found here.
Message 5 of 7
(4,229 Views)
javadi_ali,

The link that smercurio_fc provided is a fabulous example of the systray icon usage.  I have used that example many times and it is about as good as it gets for what you are wanting to do.
Regards,

Jared Boothe
Staff Hardware Engineer
National Instruments
0 Kudos
Message 6 of 7
(4,220 Views)
One problem with that ActiveX object is that it only allows a single instance. If you try to create two instances at the same time, they will be displayed in the same icon. At least, that's what I remember from a long time ago.

___________________
Try to take over the world!
Message 7 of 7
(4,207 Views)