Hi everyone,
I have an array of file names which I want to download.
The array is currently contained in a string[] and it is working inside of a BackgroundWorker.
What I want to do is use that array to download files and output the result into a progress bar which will tell me how long I have left for completion.
Is there a way I can do this.
Thanks.