D delphiland Unregistered / Unconfirmed GUEST, unregistred user! 2003-03-19 #3 uses URLMon; function DownloadFile(Source: string; Dest: TFileName): boolean; begin try Result := UrlDownloadToFile(nil, Pchar(Source), Pchar(Dest), 0, nil) = 0; except Result := False; end; end;
uses URLMon; function DownloadFile(Source: string; Dest: TFileName): boolean; begin try Result := UrlDownloadToFile(nil, Pchar(Source), Pchar(Dest), 0, nil) = 0; except Result := False; end; end;
N number1 Unregistered / Unconfirmed GUEST, unregistred user! 2003-03-19 #4 陈经韬有个源码,在源码空间,你找找看。 http://www.playicq.com