Ver Mensaje Individual
  #3  
Antiguo 04-06-2007
Avatar de jorgegetafe
jorgegetafe jorgegetafe is offline
Miembro
 
Registrado: dic 2006
Posts: 238
Reputación: 18
jorgegetafe Va por buen camino
Cita:
Empezado por cHackAll
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;



Me aparece este error... no se que puede ser... (He añadido la unidad shellapi)

http://img140.imagevenue.com/img.php..._122_523lo.JPG

gracias.
Responder Con Cita