Hallo,
haentschmans Lösung in Codeform:
Delphi-Quellcode:
var
Suchmaschine:
String;
begin
case ComboBox1.ItemIndex
of
0: Suchmaschine :=
{hier die URL für Google};
1: Suchmaschine :=
{hier die URL für Yahoo};
end;
url := Suchmaschine + Edit3.Text);
end;
In der ComboBox müsste drinstehen:
1. Eintrag = Google
2. Eintrag = Yahoo
Ich hoffe ich konnte etwas helfen.
mfg
Helmi
>> Theorie ist Wissen, dass nicht funktioniert - Praxis ist, wenn alles funktioniert und keiner weiss warum! <<