{ For Windows 9x/ME/2000/XP } uses function KillTask(ExeFileName: string): Integer; while Integer(ContinueLoop) <> 0 do procedure TForm1.Button1Click(Sender: TObject); { For Windows NT/2000/XP } procedure KillProcess(hWindowHandle: HWND); if isWindow(hWindowHandle) then { Get the process identifier for the window} procedure TForm1.Button2Click(Sender: TObject);
[출처] [delphi]kill!!!|작성자 리우 [출처] 실행프로그램(task,태스크) 죽이기 |작성자 유돌이 |
'delphi' 카테고리의 다른 글
EUC-KR Decode 하는 법 (0) | 2013.12.28 |
---|---|
중복 실행 방지 (Mutex) (0) | 2013.12.28 |
IE 새창 조절하기 (0) | 2013.12.28 |
웹브라우져에서 모든프레임 완료시점 (0) | 2013.12.28 |
날짜 구하는 방법 (0) | 2013.12.28 |