Downloading a file from a website

Winston

Junior Contributor
Joined
Jan 25, 2003
Messages
266
Location
Sydney, Australia
Hey guys how do you program to download a file from a website, i'm trying to make a download manager, so that once the the http address is provided it will use this and download it. I'm doing this in VB.NET
 
Not sure if this is the answer you need but can't you provide a LinkLabel to the file which requires downloading? This way when the user clicks on the link the download should start
 
Oh but i'm making a download manager, and i want to handle the download so that it can allow resuming etc and i can keep track of how much is downloaded etc...
 
dynamic_sysop has a sample in the code library that downloads an image file from a url and gives the size / size downloaded.
Have a look there - the code is pretty straight forward.
(don't forget to thank him either :D )
 
Back
Top