procedure TForm1.FormCreate(Sender: TObject);
begin
目前分類:Delphi (3)
- Apr 04 Sun 2010 22:19
Delphi 權限!
- Apr 04 Sun 2010 22:07
Delphi CreateProcess 範例
CreateProcess(nil, PChar('war3.exe'), nil, nil,False, CREATE_SUSPENDED, nil, nil, StartUpInfo,processinfo) ;
Address:= $01C63100;
- Jan 18 Mon 2010 10:28
(備忘)Delphi 切割字串SpliteString
痞客幫沒貼原始碼功能=.=?
{-------------------------------------------------------------------------------