Is there a way to have the Inet control download all the urls in a text file to a dir such as (c:\files)
Printable View
Is there a way to have the Inet control download all the urls in a text file to a dir such as (c:\files)
Read in the text file, use the Split function to separate the URL's (if they are on new lines, that would be vbCrLf), and then loop through the resulting array asking iNet to download each one.
In newbie termonology please :-)
See your other post