...be so hard
OK, here is the idea. I want to take a list from a txt file on my Hard Drive. And i want to download each file from that list.
Now, i got the list to load. A did a:
So that they should be lined up and ready to download. But, here comes the tricky part. Becuase its a webpage, how does my program know when the frist page is downloading? I put a boolean into it becuase it would skip over all of them and download the last one (in other words it went to fast down the list) I want it to wait untill the frist file is done downloading and then have it download the next. If u need to i can send the whole sorce code.Code:vAllLoc = Split(strLocat, vbCrLf) For Each vLocation In vAllLoc strLocation = CStr(vLocation)
Thanks




Reply With Quote