Dim wc As New System.Net.WebClient
'download the file using the DownloadFile method which accepts the location of the file on the internet
'and the location to which you want to download to.
wc.DownloadFile("address of file", "Location to download to")