How to close the current program and starting another on exit
-
Hi, I would like to know how I exit a program (the way it should) and than run another program. I'm planning to use this after a user has downloaded an update from within the program and than letting him start the update. For that, the running program has to be closed. Could anyone give me a suggestion?
-
Hi, I would like to know how I exit a program (the way it should) and than run another program. I'm planning to use this after a user has downloaded an update from within the program and than letting him start the update. For that, the running program has to be closed. Could anyone give me a suggestion?
- call CreateProcess to start the other program 2) In a user interface program (i suppose that's what you are writing), call PostQuitMessage. ================== The original message was: Hi,
I would like to know how I exit a program (the way it should) and than run another program.
I'm planning to use this after a user has downloaded an update from within the program and than letting him start the update. For that, the running program has to be closed.
Could anyone give me a suggestion?
-
- call CreateProcess to start the other program 2) In a user interface program (i suppose that's what you are writing), call PostQuitMessage. ================== The original message was: Hi,
I would like to know how I exit a program (the way it should) and than run another program.
I'm planning to use this after a user has downloaded an update from within the program and than letting him start the update. For that, the running program has to be closed.
Could anyone give me a suggestion?