Hi all,

Some years ago I vaguely remember using a technique to launch another executable program from an application and monitor its operation so that you knew when it had completed, in order to continue with what you were doing.

The basis on which the monitoring was done I seem to remember, was to monitor the instance handle returned from the executing program using the GetModuleUseage function and waiting, whilst handling windows messages, until the instance handle count returned to zero.

Can any of you post me a method based on this principle, or any other that will allow me to start another application from a running program and have it signal back when it's done?

Thanks

Colin

 

Reply via email to