LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Launch LabVIEW exe to system tray.

I want to be able to automatically minimize a LabVIEW exe to the system tray upon starting the program. Anyone have examples on how to do this?
0 Kudos
Message 1 of 5
(6,395 Views)
Windows API is the solution. Therefore, at Windows API Function Utilities (32-bit) for LabVIEW you can find lots of useful VIs calling Win API functions. One of them will allow you to minimize the window.

If you need just this (and do not want to have lvutil32.dll included in your project) append attached code to your vi and that's all.

Hope this helps
0 Kudos
Message 2 of 5
(6,393 Views)
He wants to minimize app. to "System Tray", not just minimize the window.

There is a VI in G Toolbox expecially for this purpose. If one uses LV5.1,
he can download G Toolbox 2.0 from:

http://gtoolbox.topcool.net




"Lab Viewer" wrote in message
news:506500000005000000E7610000-1012609683000@exchange.ni.com...
> Windows API is the solution. Therefore, at
>
href="http://zone.ni.com/devzone/explprog.nsf/webmain/ebf11dd1f0feaef3862566
790072a983?OpenDocument...
you can find lots of
> useful VIs calling Win API functions. One of them will allow you to
> minimize the window.
>
> If you need just this (and do not want to have lvutil32.dll included
> in your project) append attached code to your vi
and that's all.
>
> Hope this helps
0 Kudos
Message 3 of 5
(6,393 Views)
I noticed that after posting ....
Sorry, ... my mistake

Good Luck
0 Kudos
Message 4 of 5
(6,393 Views)
 

 

Requirements    Price: $29.95

 

 Application Software:

LabVIEW 7.0+

 Toolkits Software:

 

 Additional Software:

 

 Language's:

LabVIEW


INVtray LabVIEW Toolkit allows the programmer to create a LabVIEW program that can be hidden from the task bar and accessed through the System Tray.  Comes with a sample VI that demonstrates all the features of the toolkit.
         
 
 
 

 
 
0 Kudos
Message 5 of 5
(6,223 Views)