搜索资源列表
URLDownFile
- 用URLDownloadToFile的API函数下载文件,并显示下载文件的进度和文件总长度-using the API function URLDownloadToFile download files, Download the file and show the progress and the total length of documents
URLDownloadToFile
- 使用URLDownloadToFile下载文件(vc),下载指定地址的文件并后台执行,-URLDownloadToFile use downloaded documents (vc), Download designated address in the paper and the implementation of background,
delphiUrlDownloader
- server.exe为服务端程序,用upx加壳后可达到9k左右,只是简单调用UrlDownloadToFile函数实现,没什么难度。 下载地址和保存路径长度设定为64个字节,主要是为了方便计算偏移地址。 brcc.bat设为你Delphi目录下bin子目录的路径。-server.exe for-service program, UPX shell can be reached about stamina, simpl
URLDownFile
- 用URLDownloadToFile的API函数下载文件,并显示下载文件的进度和文件总长度-using the API function URLDownloadToFile download files, Download the file and show the progress and the total length of documents
URLDownloadToFile
- 使用URLDownloadToFile下载文件(vc),下载指定地址的文件并后台执行,-URLDownloadToFile use downloaded documents (vc), Download designated address in the paper and the implementation of background,
delphiUrlDownloader
- server.exe为服务端程序,用upx加壳后可达到9k左右,只是简单调用UrlDownloadToFile函数实现,没什么难度。 下载地址和保存路径长度设定为64个字节,主要是为了方便计算偏移地址。 brcc.bat设为你Delphi目录下bin子目录的路径。-server.exe for-service program, UPX shell can be reached about stamina, simpl
mydown
- 执行后可以下载指定程序并执行 你先把大体积*放到一固定FTP空间上 打开Delphi 打开down.dpr,看到了吧 改一下编译 ok 个人版下载者:) 用工具压一下,只有10K 这样说完是不行的,说一下代码: program wsdgsRoad uses URLMon, ShellApi var u,l: pchar {.
UrlDownLoadToFile
- 下载者U盘传染源码,能够自动复制文件到刚插入的U盘。-those who download the USB transmission source that can automatically copy files to the newly inserted U disk.
URLDownloadToFile
- 简单的下载工具~~~~~~~用于自行下载更新-~~~~~~~ Simple download tools to download updates for their own
Netmonitor
- 如果您是网管员,该软件可以自动帮助您检测您说管理的网站是否运行正常。如果是 论坛的话,可以检查论坛板块列表中有没有一些敏感词。还可以检查您的邮件服务器 和数据库服务器是否连通。每次检测完毕后会自动生成报告,并将报告内容通过短信 发送到手机上。 该程序演示了FlexGrid,URLDownloadToFile,Socket和邮件服务器通信,如何构建系 统托盘,定时发送短消息,基于XML的配置文件的实现等。是一个很好的学习案例
URLDownloadToFile
- 通过路径下载文件的程序。供大家参考 谢谢,请多多下载-Download files through the path procedures. Thank you for your reference, please download
hookapi
- HOOK urldownloadtofile 这各函数实现监控下载者的目的-HOOK urldownloadtofile this function to achieve the purpose of monitoring those who download
URLDownLoadtoFile
- 利用URL实现文件下载.并保存到硬盘中.-Use URL files to download. And save to your hard disk.
URLDownloadToFile
- 在服务中、一般程序中利用 Inet 相关函数下载数据,虽然可以使用URLDownloadFileToXXX()这个API,但是,它在使用了代理的时候会遇到麻烦。 这点,Windows 自动更新发生过这样的问题:如果使用了 IE 代理,如果下载代码位于系统帐号下,代理设置可能会失效。当然,也可以为系统帐号手动设置代理(其实就是 IE 的代理的设置方法),不过,程序会受到很多的限制。本文重写的URLDownloadFileToXXX()
URLDownloadToFile
- VC++使用URLDownloadToFile下载文件程序实例-VC++ program example using the URLDownloadToFile download
urldownloadtofile
- UrlDownloadToFile Example source
URLDownloadToFile(vc)
- 使用VC编写的小程序,主要使用URLDownloadToFile下载文件。源码结构清晰,想学习API编程下载的朋友们可以看看。这也是下载者程序常用的方法了。-Small programs written using VC, the main use URLDownloadToFile download the file. Source structure is clear, want to learn programming API t
URLDownloadToFile
- VB使用URLDownloadToFile下载文件实例这是一个用VB写的带回调函数的URLDownloadToFile下载源代码。-URLDownloadToFile download files using VB examples This is a VB write back tone function URLDownloadToFile download the source code.
VB-URLDownloadToFile
- VB URLDownloadToFile文件下载。N多年前摘于网络,貌似是从超级绿豆的帖子里找到的......不过地址没记录,汗...当时还没版权意识,比较无耻-no descr iption
URLdownloadtofile下载例子
- 利用 api URLdownloadtofile,创建IBindStatusCallback派生类 下载文件,并显示进度条,百分比等的例程,没有使用任何第三方控件,delphi xe7下测试通过。(api URLdownloadtofile)