Hi all
I want to know how can I get the size of the file being downloaded and the progress status so I can put it in a progress bar.
Code:
Dim web As New System.Net.WebClient()
web.DownloadFile("http://www.somethig.com", CurDir() & "\file.exe")
If someone knows I would be very thankfull
Thx in advanced..
I want to know how can I get the size of the file being downloaded and the progress status so I can put it in a progress bar.
Code:
Dim web As New System.Net.WebClient()
web.DownloadFile("http://www.somethig.com", CurDir() & "\file.exe")
If someone knows I would be very thankfull
Thx in advanced..