|
-
Apr 14th, 2001, 05:18 PM
#1
Thread Starter
Hyperactive Member
i'm using URLDownloadToFile
[code]
'In module
Private 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
'on form1
x = URLDownloadToFile 0, URL, LocalFilename, 0, 0
[\code]
could someone explain how i can use pCaller
or lpfnCB or whatever to get the progress of the download.
thanks!
-
Jul 18th, 2001, 04:34 PM
#2
Fanatic Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|