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