Ver Mensaje Individual
  #3  
Antiguo 13-04-2011
darkcuevas darkcuevas is offline
Miembro
 
Registrado: ago 2010
Posts: 31
Reputación: 0
darkcuevas Va por buen camino
gracias no sabia

Código Delphi [-]
const
  URL = 'http://www.clubdelphi.com/';
begin
MessageDlg ('MENSAGE......',mtInformation,[mbOk],0);

  ShellExecute(Handle,'open',URL,nil,nil,SW_NORMAL);
         close;
  end;



ha y gracias por lo del label
Responder Con Cita