실행프로그램(task,태스크) 죽이기
{ 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,태스크) 죽이기 |작성자 유돌이 |