Results 1 to 2 of 2

Thread: help!

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Pittsburgh, PA
    Posts
    329
    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!
    ______________

  2. #2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width