Click Star to Rate Post
This will simply download a file from the internet to your harddrive path using Visual Basic .NET 2005 and Higher up to VB 2008, and VB 2010. This code snippet uses the Network class under the MY interface that was introduced in Visual Basic 2005.
' 'Download a specified file from the internet and put it in the specified directory. ' My.Computer.Network.DownloadFile("http://www.webAdress.com/page.html", "c:\thePage.html")
very good
Nice work again Jason!!