Hello,
is it possible to start prog B when leaving prog A ?
I want to automatic update prog A over WLAN, so i only want to copy progA.exe from within progb.
Best regards
Wolfgang Ciriack
Wolfgang Ciriack
Hello,
is it possible to start prog B when leaving prog A ?
I want to automatic update prog A over WLAN, so i only want to copy progA.exe from within progb.
you can put in the oWnd:bValid to start the other exe, so when you close the window(finishing the program) the other will be started, I hope it can help you ![]()
Thanks, that what i thought, too. I missed the command to start another app, now i found WinExec() and will try that.