04-20-2024 10:05 AM
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.
04-20-2024 11:44 AM
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.)
04-20-2024 02:17 PM
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.
04-20-2024 03:50 PM
You can try start /min "" "C:\Windows\notepad.exe" using System Exec VI but it might not work on that third party exe.
04-22-2024 04:50 AM
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?