Use System.Net.WebClient.DownloadFile. Dim remoteUri As String = "http://belajar123.com/materi.zip" Dim fileName As String = "materi.zip" ...
確定! 回上一頁