Closing an application...
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi everybody, how can i close an application through my application. I launch outlook -with shellexecute- somewhere within my code and want to close it after finishing with it...Is it possible? if(possible) How? thanks in advance with greetings from germany Özgür
-
Hi everybody, how can i close an application through my application. I launch outlook -with shellexecute- somewhere within my code and want to close it after finishing with it...Is it possible? if(possible) How? thanks in advance with greetings from germany Özgür
You need to execute the application with CreatProcess() Function, then close the application with TerminateProcess() function. Cheers!!! Carlos Antollini.