maybe: Use ::FindWindow() to check if the other program is running, and get the window handle if it is. Use something like ::SetFocus() or ::SetForegroundWindow() to give the other program control (now that you have its window handle).
D
DjinnKahn
@DjinnKahn