Help - Search - Members - Calendar
Full Version: VB .NET Downloading
MSFN Forums > Coding, Scripting and Servers > Programming (C++, Delphi, VB, etc.)

   
Google Internet Forums Unattended CD/DVD Guide
Legolash2o
Hi i want to download a file but i want it to display something like "354/500KB".

I have:
CODE
Imports system.net
Dim DL,ST as string '(DL = Download from and ST = SaveTo

My.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? Thanks

Liam
gunsmokingman
This is the line I use for downloading in my net app
QUOTE
CODE
            My.Computer.Network.DownloadFile(DL, FolderBrowserDialog1.SelectedPath & "\" & DL_File, "", "", True, 4000, True)



Here is a link to the MSDN for My.Computer.Network.DownloadFile Method
Download File Method
Legolash2o
Thank you so much, is the username and password part of it for people being proxies?
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.