LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

make windows always bottom

I use to WINUTIL.LLB for make window always on Top.vi but I need to make window always on bottom but I COULD not do it. Help me please.
0 Kudos
Message 1 of 4
(2,843 Views)
Here's a link to a previous question I had on the subject:

http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=506500000008000000184F0000&UCATEGORY_0=_49_%24_6_&UCATEGORY_S=0

The botton line is there was no way to do what I wanted - maybe you have different needs.
Steve Bird
Culverson Software - Elegant software that is a pleasure to use.
Culverson.com


LinkedIn

Blog for (mostly LabVIEW) programmers: Tips And Tricks

0 Kudos
Message 2 of 4
(2,843 Views)
You can use that same LLB to move window to bottom. To make that window stay at bottom, you've to make that window not responding to mouse click (Use G Toolbox VIs).

George Zou
http://gtoolbox.yeah.net
George Zou
0 Kudos
Message 3 of 4
(2,843 Views)
You can simply HIDE the desktop, so that no one can see/click any icons on the desktop. You can also HIDE the window START button (Use G Toolbox VIs).

George Zou
http://gtoolbox.yeah.net
George Zou
0 Kudos
Message 4 of 4
(2,843 Views)