LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

External application or exe launched within my own software environment

Hello All. 

 

I want to launch external application or .exe file within my own software environment. I know the way of launching external exe file but it runs on a separate window above my software. All i want is to launch the exe not in a separate window but within premesis or window of my own software in a defined rectangular area. What will be way of doing this?

 

Thanks & Regards.

0 Kudos
Message 1 of 3
(3,112 Views)

Hello Moshi,

You could start an application without creating a new window using the B flag:
        start /WAIT /B "c:/windows/system32/cmd.exe"
You can find additional information by reading the help text for the start command:
        start /?

Daniel

0 Kudos
Message 2 of 3
(3,098 Views)

Hello,

 

Please find an attachment. Kindly have a look on .uir file in the example. If i want to launch any external exe say e.g cmd.exe in the rectangular region drawn, what will be way of doing this as i am unable to launch .exe in the rectangular region specified

 

Thanks & Regards. 

Moshi.

0 Kudos
Message 3 of 3
(3,066 Views)