Ver Mensaje Individual
  #6  
Antiguo 10-11-2008
Avatar de cHackAll
[cHackAll] cHackAll is offline
Baneado?
 
Registrado: oct 2006
Posts: 2.159
Reputación: 20
cHackAll Va por buen camino
Código Delphi [-]
uses ShellAPI;
 
//...
 
procedure TForm1.Button1Click(Sender: TObject);
begin
 ShellAbout(Handle, PChar(Application.Title), #13'done by me! ', Application.Icon.Handle);
end;
__________________
RTFM > STFW > Foro > Truco > Post > cHackAll > KeBugCheckEx
Responder Con Cita