Ver Mensaje Individual
  #4  
Antiguo 24-05-2007
Avatar de dec
dec dec is offline
Moderador
 
Registrado: dic 2004
Ubicación: Alcobendas, Madrid, España
Posts: 13.109
Reputación: 34
dec Tiene un aura espectaculardec Tiene un aura espectacular
Hola,

Código Delphi [-]
uses
  ShellApi;

procedure TForm1.Button1Click(Sender: TObject);
const
  URL = 'http://www.clubdelphi.com/index.php';
begin
  ShellExecute(Handle,'open','iexplore.exe',URL,nil,SW_NORMAL);
end;

En mi sistema no existe el programa "iexplorer"... pero sí "iexplore".
__________________
David Esperalta
www.decsoftutils.com
Responder Con Cita