LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hide 3rd part exe with LabVIEW

I'm running one 3rd part exe with LabVIEW. It's working fine but, when that exe is running one popup window is coming. want to hide that window.

Please tell me if there is idea to hide that kind of popups.

0 Kudos
Message 1 of 5
(167 Views)

What is a "3rd part exe with LabVIEW" and why are you posting in bold text?

 

(If it is a built executable, you can't do anything. If this is provided as a set of VIs, you can change the code as you like.)

0 Kudos
Message 2 of 5
(143 Views)

Hai,

Thank you so much for your reply.

 

I'm not talking about current LabVIEW window popups. It's problem related to other Exe windows.

 

I'm calling one exe with "System Exec.vi" when that particular exe is running then some popup windows are coming up. I want to hide those popups Automatically.

 

0 Kudos
Message 3 of 5
(117 Views)

You can try start /min "" "C:\Windows\notepad.exe" using System Exec VI but it might not work on that third party exe.

-------------------------------------------------------
Control Lead | Intelline Inc
0 Kudos
Message 4 of 5
(109 Views)

There's an input to System Exec to not show that window. If it's the target .exe that pops up there might be some parameter you can send to it so it run minimized or similar. What .exe is it?

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 5 of 5
(51 Views)