So, I looked at the example in the codebank, it doesnt quite work, plus, implementing it into a otherwise finished project, seems unlikely.
Heres my question though,
using:
and then using...Code:Dim instance As New System.Net.WebClient
Is there a way to get the number of bytes already downloaded using "instance"?Code:instance.downloadfile(fileurl, wheretosave)


Reply With Quote
