Legolash2o Posted June 2, 2008 Posted June 2, 2008 (edited) Hi i want to download a file but i want it to display something like "354/500KB".I have:Imports system.netDim DL,ST as string '(DL = Download from and ST = SaveToMy.Computer.Network.DownloadFile(DL,ST)but i want it to display how big the file is and how much it has downloaded so far, any ideas? ThanksLiam Edited June 2, 2008 by LegoLiamâ„¢
gunsmokingman Posted June 2, 2008 Posted June 2, 2008 This is the line I use for downloading in my net app My.Computer.Network.DownloadFile(DL, FolderBrowserDialog1.SelectedPath & "\" & DL_File, "", "", True, 4000, True)Here is a link to the MSDN for My.Computer.Network.DownloadFile MethodDownload File Method
Legolash2o Posted June 2, 2008 Author Posted June 2, 2008 Thank you so much, is the username and password part of it for people being proxies?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now