LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

minimze

Hi all :
 
in my application i am using system exe file that run another application from another program ... its work perfect but this exe run in the middle of the screen and its disturb the user
 
is there a way to minimze this exe or run it in backgroung withour seeing it
 
 
thanks
 
0 Kudos
Message 1 of 2
(2,346 Views)
Hi elyan,

when "this exe" is made by LabView you can use a property node to set the frontpanel to "hidden" or "minimized".
When the exe is "external" (not made by LV) you have to do some Windows magic: search for the window handle and call a Windows function to minimize the window... Or simulate a mouse-click on the minimize-button of the window frame Smiley Wink


Message Edited by GerdW on 03-11-2008 10:38 AM
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 2
(2,344 Views)