2008/01/25
URL 주소를 파일로 다운로드하기
TWeBrowser 나 Indy HTTP 등 다운로드하는 방법은 여러가지가 있을 수 있겠지만 가장 간단한 방법은 URLDownloadToFile 함수를 이용하는 방법인 것 같다.
Original Post : http://neodreamer-dev.tistory.com/51
#include <UrlMon.hpp>
#pragma comment(lib,"urlmon.lib")
URLDownloadToFile(NULL, strURL.c_str(), strFile.c_str(), 0, NULL);
Original Post : http://neodreamer-dev.tistory.com/51
Labels:
C++
,
download
,
Source Code
,
TistoryOldPost
,
Turbo C++
,
URLDownloadToFile
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment