close applications
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
:)i all,if i want to write a program to close an running application in Windows,what should i do,help me plz! tien mkjerhk wjh
Hi, Get the handle of the running application using FindWindow function and send the WM_CLOSE message using SendMessage like SendMessage(hWnd,WM_CLOSE,0,0); Hope this will help you Sujan