When I use this code to download a file, the files are always at least 2 megabytes so the program "freezes" when you click on anything until the download is finished. Is there a way to make it work better? It's almost like it's not responding until the download is finished...Anyway to fix this?
Visual Basic:
Dim wcClient As System.Net.WebClient = New System.Net.WebClient
wcClient.DownloadFile("www.yoursite.com", "Filename.exe")