ā06-11-2013 09:12 AM
Hi, I am using System Exec.vi for calling an exe file in my program. I want to know is it possible to display my external program in the front panel and not in the separate windows? Thanks.
ā06-11-2013 09:14 AM
No, you cannot embed the UI of an EXE into your panel if you use "SystemExec.vi" to execute the EXE.
If the EXE has a software interface like ActiveX or .NET enabled, you can use this for embedding the UI.
Norbert
ā06-11-2013 09:16 AM
Are calling a LabVIEW application? You can use a subpanel to display the VI.
ā06-11-2013 09:29 AM
No it's not a LabVIEW application. It is an external software when it is run a window get open and accepts the comments.
ā06-11-2013 09:30 AM
Thanks