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:

Code:
Dim instance As New System.Net.WebClient
and then using...
Code:
instance.downloadfile(fileurl, wheretosave)
Is there a way to get the number of bytes already downloaded using "instance"?