Hi,
I know that the Webclient class in VB.NET is a very handy thing to download a file... But i need some more functionality. Is it somehow possible to retrieve the total filesize and the progress? Maybe the progress can be calculated by dividing the current filesize (on harddisk) by the total and multiplying by 100, then normally you should have percents...
Can it be done? Or should i look for another way to do it, and what do you suggest?
Thanks in advance....
I know that the Webclient class in VB.NET is a very handy thing to download a file... But i need some more functionality. Is it somehow possible to retrieve the total filesize and the progress? Maybe the progress can be calculated by dividing the current filesize (on harddisk) by the total and multiplying by 100, then normally you should have percents...
Can it be done? Or should i look for another way to do it, and what do you suggest?
Thanks in advance....