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 )
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.