Link to home
Start Free TrialLog in
Avatar of Whah
Whah

asked on

Programmatically download the first page of a list of websites

I have a list of 400 website URLs and site names.  I want to automatically download just the home page and name the folder by the site name.  Is there a tool or a way in VB.NET?
ASKER CERTIFIED SOLUTION
Avatar of alaran
alaran
Flag of Norway image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You need to import the System.Net namespace by the way.