Software Archive
Read-only legacy content
17060 Discussions

Executing with RunQQ

richpauir
Beginner
455 Views
I am trying to create a Quickwin program that uses several older FORTRAN executables. If I call the executables with RunQQ, how can I hide the executable window that pops up and instead display the dialogs from the executable in the Quickwin window. I want the Quickwin window to serve as the display window and the user input window for the executables running (hidden) in the background.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
455 Views
Use CreateProcess instead of RUNQQ.

Steve
0 Kudos
Reply