LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Do I need a Windows service?

Solved!
Go to solution

I have to run an .exe file built with LV, using System Exec VI. I want the called application to run without front panel. In application builder there are no option to hide front panel.
How can I solve the problem? Can I create a windows service from the called .exe file that can be invoked from the main application using the System Exec VI? It will be invoked like any other .exe file?

 

BR

0 Kudos
Message 1 of 4
(2,904 Views)
Solution
Accepted by topic author Marinica

did you check vi property/ window appearance/ custom and set transparency to 100%

?

also you can make run time position as minimize and prevent user to change it 
in vi property

Message 2 of 4
(2,891 Views)

Often if you run System Exec minimized, the program also runs minimized.

/Y

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

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 3 of 4
(2,823 Views)

It seems as if set transparency at 100%, the VI is no longer visible to the user, especially since it is very short running.

 

BR

0 Kudos
Message 4 of 4
(2,782 Views)