02-15-2013, 06:18 AM
Sorry for the late reply but I was a little busy the last few weeks. My download code is:
Does the progress reporting of a BackgroundWorker work with all codes or are there restrictions?
Code:
Dim downloader As New System.Net.WebClient()
downloader.DownloadFile("url", "save_path")
Does the progress reporting of a BackgroundWorker work with all codes or are there restrictions?