Start external app with ShellExecuteEx and wait until it become initialized

前端 未结 3 449
轻奢々
轻奢々 2020-12-31 18:10

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

3条回答
  •  暖寄归人
    2020-12-31 18:22

    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.

提交回复
热议问题