How can I create a control to download a file from the internet

J

jomcand

I would like to add a control (button) to a form that when clicked would:
- open IE (using IE7)
- navigate to a static URL
- download and save the file to a network folder

In the code, I will hardcode the URL "http://www.blahblahblah.com/file.csv",
network folder location and file name "G:\folder\file.csv"

Aside from clicking the button, I want no other user interaction.

Thanks.
 
Top