Black}{ole 님이 팁게시판에다 "[팁] 인터넷으로부터 파일을 다운로드 하기 "란 제목으로 사용법 올려놓으셨네요^^
uses
URLMon;
...
if URLDownloadToFile(nil, 'http://www.crosswinds.net/~realmind/English/FAQ/mDF.html',
'c:HTMLMerlin's ForgemDF.html', 0, nil) <> 0 then
MessageBox(Handle, 'An error ocurred while downloading the file.', PChar(Application.Title), MB_ICONERROR or MB_OK);
uses
URLMon;
...
if URLDownloadToFile(nil, 'http://www.crosswinds.net/~realmind/English/FAQ/mDF.html',
'c:HTMLMerlin's ForgemDF.html', 0, nil) <> 0 then
MessageBox(Handle, 'An error ocurred while downloading the file.', PChar(Application.Title), MB_ICONERROR or MB_OK);