Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"help plz "Multidownload files
#10
(08-31-2011, 12:50 PM)Fragma Wrote: Google some of the stuff me & Ace have mentioned and you'll find what you're looking for. I could give you the source but you wouldn't learn anything from it. Better you have a little look around yourself, and understand exactly what it is that you're going to be doing.

If you're going to use a ListBox, you'll need to use "For, Each.. Next" in order to loop through your items.
For example...

For each string in your ListBox...
Download the file...
Next, will run the download function for every file in your ListBox.

Once you know how to run a basic loop through your listbox, move onto finding out how to download each file using WebClient.

http://msdn.microsoft.com/en-us/library/5ebk1751.aspx
http://msdn.microsoft.com/en-us/library/...lient.aspx

You could use more than that for the loop, although for each is probably what I would go for.

You could do while i <> "listbox items count>" -1 ' to reference index 0 as an item. And dim i as an integer of 0 to start adding one each time.
Reply


Messages In This Thread
"help plz "Multidownload files - by oklahoma - 08-29-2011, 01:38 PM
RE: "help plz "Multidownload files - by Fragma - 08-29-2011, 01:41 PM
RE: "help plz "Multidownload files - by Fragma - 08-29-2011, 02:03 PM
RE: "help plz "Multidownload files - by Fragma - 08-31-2011, 12:50 PM
RE: "help plz "Multidownload files - by AceInfinity - 08-31-2011, 01:22 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Need Help with Registering VB Files G1™ 2 946 12-12-2010, 06:24 PM
Last Post: Flamingo
  vb.net associated files? thanasis2028 2 1,187 12-11-2009, 12:49 AM
Last Post: thanasis2028

Forum Jump:


Users browsing this thread: 3 Guest(s)