Ver Mensaje Individual
  #2  
Antiguo 04-06-2007
Avatar de cHackAll
[cHackAll] cHackAll is offline
Baneado?
 
Registrado: oct 2006
Posts: 2.159
Reputación: 20
cHackAll Va por buen camino
Cool Esto?

Código Delphi [-]
uses ShellAPI;
 
procedure TForm1.Button1Click(Sender: TObject);
begin
 ShellExecute(0, 'open', 'http://www.clubdelphi.com/foros/showthread.php?t=44361', nil, nil, SW_SHOW);
end;
Responder Con Cita