LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

combine external exe file in my project

I want to incert an external software into my labview panel which is exe file. That means I want to show both interfaces of labview and exe file in one window. However, I can only find a way to open a new windows of exe file. How can do this or is that possible for this by using labview?

0 Kudos
Message 1 of 2
(2,922 Views)

No, this isn't really possible unless the external software has some sort of ActiveX control interface or .NET component which you can embed into the relevant control on the front panel.

 

The closest thing I can think of is use the windows library functions to resize/move the other application's window relative to your application.

 

(I also doubt it's possible to do in other languages...)


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 2 of 2
(2,902 Views)