Download status(webclient)

useless

New member
Joined
Sep 22, 2003
Messages
3
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..
 
yes, i too, need the answer. although does anybody have code so it like only downloads the certain file from a certain directory if it is a newer version of the program?
 
I found a function that works for me

just add a progress bar and you
 
Last edited by a moderator:
Back
Top