I use this API to download files:
The problem is I want to use a progress bar and I have no idea how to make thatCode:Public 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 LongAny help appreciated!




Any help appreciated!
Reply With Quote