la classe WebClient ha un metodo DownloadFile.

Dim wc As New System.Net.WebClient()
wc.DownloadFile("http://...../img.gif", "c:\img.gif")