09-23-2015 02:51 AM
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?
09-23-2015 04:52 AM - edited 09-23-2015 04:53 AM
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...)