|
-
Apr 22nd, 2001, 06:37 PM
#1
Is there a way to have the Inet control download all the urls in a text file to a dir such as (c:\files)
-
Apr 22nd, 2001, 06:44 PM
#2
PowerPoster
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.
-
Apr 22nd, 2001, 06:53 PM
#3
In newbie termonology please :-)
-
Apr 22nd, 2001, 07:10 PM
#4
PowerPoster
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|