文件名称:利用WinInet和多线程实现实时显示的下载进度条
文件大小:54KB
文件格式:ZIP
更新时间:2015-09-11 07:00:10
WinInet 多线程 实时显示 下载进度条
本例程用到4个WinInet接口函数,分别是InternetGetConnectdState、InternetOpen、InternetOpenUrl和HttpQueryInfo,分别用以获取当前网络连接信息、打开网络连接、打开具体URL和查看连接信息。在工程中,我们写一个函数InternetGetFile对下载细节进行封装
【文件预览】:
DownloadProgress
----DownloadProgressDlg.cpp(9KB)
----StdAfx.cpp(218B)
----InternetDownload.ncb(73KB)
----InternetDownload.opt(54KB)
----DownloadProgress.dsp(4KB)
----ReadMe.txt(4KB)
----DownloadProgress.h(1KB)
----StdAfx.h(1KB)
----DownloadProgress.cpp(2KB)
----Resource.h(924B)
----DownloadProgress.ncb(105KB)
----DownloadProgress.plg(2KB)
----res()
--------DownloadProgress.rc2(408B)
--------Thumbs.db(4KB)
--------DownloadProgress.ico(1KB)
----DownloadProgress.rc(6KB)
----xp.manifest(692B)
----DownloadProgressDLG.h(2KB)
----DownloadProgress.dsw(557B)
----DownloadProgress.clw(2KB)
----DownloadProgress.aps(22KB)
----DownloadProgress.opt(53KB)
DownloadProgress.exe