ShellExecute Closing Application
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I have a windows service program where I use it to run another program using the ShellExecute command. However, I dont know how to terminate the spawned program as I am new to VC++ programming. Anyone has any idea? Moonis
-
Hi, I have a windows service program where I use it to run another program using the ShellExecute command. However, I dont know how to terminate the spawned program as I am new to VC++ programming. Anyone has any idea? Moonis
Send
WM_CLOSE
to them.
WhiteSky