VB.Net | How to download a file silently 04-27-2013, 09:20 PM
#1
In this tutorial I will show you how to download a file silently. That means your not going to use process.start("LINK") because that will open a a new page.
So go to your code and go on the very top of your code and import this code:
Then add a button to your form and double click it and add this code:
Pretty easy code. I wrote this my self, no C+P was involved like Hyphen.
So go to your code and go on the very top of your code and import this code:
Code:
Imports System.IO
Imports System.NetThen add a button to your form and double click it and add this code:
Code:
My.Computer.Network.DownloadFile(Download Link Here", Application.StartupFolder)Pretty easy code. I wrote this my self, no C+P was involved like Hyphen.

![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)