Question Download Progress Bar

david84

Member
Joined
May 6, 2010
Messages
20
Programming Experience
Beginner
I'm using My.Computer.Network.DownloadFile to download a file but I have no idea how to link a progress bar to this? Any help would be much appreciated.
Also, anyone know how to add like "xMB/xxMB Downloaded"? Not neccessary though :p
 
DownloadFile is overloaded and allows you to specify various other arguments, including whether or not to display progress. You should consult the documentation for the method for more information.
 
Back
Top