I have an application which needs to run several other applications in chain. I am running them via ShellExecuteEx. The order of running each of the apps is ver
You can always use IPC and Interpocess Synchronization to make your application communicate with (and wait for, if needed) each other, as long as you code both applications.