Ver Mensaje Individual
  #2  
Antiguo 20-06-2013
wolfran_hack wolfran_hack is offline
Miembro
 
Registrado: abr 2013
Posts: 97
Reputación: 14
wolfran_hack Va por buen camino
Código Delphi [-]
procedure TForm1.Button1Click(Sender: TObject);
begin
Edit1.Text := 'http://www.google.com.ar/' + ListView1.Selected.Caption;
Edit2.Text := 'http://www.google.com.ar/' + ListView1.Selected.Caption;
WebBrowser1.Navigate(Edit1.Text);
WebBrowser2.Navigate(Edit2.Text);
end;
Responder Con Cita