can anyone tell me how to kill a running application? I'm using MSVC++. Thanks
This is a discussion on need code to kill running application within the C++ Programming forums, part of the General Programming Boards category; can anyone tell me how to kill a running application? I'm using MSVC++. Thanks...
can anyone tell me how to kill a running application? I'm using MSVC++. Thanks
Use FindWindow() to get the HWND for the window you want to close. Then use SendMessage() to send a WM_CLOSE message to that windows message queue.
Free the weed!! Class B to class C is not good enough!!
And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi