Delphi-Quellcode:
var Download: TfileStream;
begin
if combobox1.ItemIndex = 0 then
Download:= TfileStream.Create(Edit1.Text, fmCreate);
idhttp1.Get('http://appldnld.apple.com/iPhone4/041-0662.20110414.byQ84/iPhone3,1_4.3.2_8H7_Restore.ipsw', Download);
Download.free;
und was passiert, falls combobox1.ItemIndex ungleich 0 ......?
Gruß,
blauweiss