Easy Web Site File Download
Download any file off the internet. With this 2 line code snippet. This can download HTML File all the way to zip files. Easy And Quick
Assumes
Easy to use, just one declaration and one call function
API Declarations
Declare Function URLDownloadToFile Lib "urlmon" Alias "URLDownloadToFileA" (ByVal pCaller As Long, ByVal szURL As String, ByVal szFileName As String, ByVal dwReserved As Long, ByVal lpfnCB As Long) As Long
Rate Easy Web Site File Download
(5(5 Vote))
call URLDownloadToFile(0 ,"http://www.download.com/file.zip" ,"C:\downloads\file.zip",0,0)
'Just replace http://www.download.com/file.zip with whatever file you want to DL
'Just Replace C:\downloads\file.zip with where and What File Name you want to save to
Easy Web Site File Download Comments
No comments yet — be the first to post one!
Post a Comment