I'm not sure if this is something Visual Basic's for;
if not, would it be simplest with a scripting language or command prompt or what?
I want to download a bunch of images to harddrive from internet
all images have same URL exept the number increases
for example I would do something like
For X = 1 to 172
download http://www.blah.com/lala/imageX to C:\DOCUME~\User\Images\
Next