Background Download

  • Thread starter Thread starter nondos
  • Start date Start date
N

nondos

Hi

I'm cooding some kind of download manager, i have a datagridview with all
the files i have to download and i need a background process that's look for
items in the datagridview and d.l them i also need to allow multiple
download.
i coded somthing with backgorund process that's work but not very well any
idea what's the best way to this in vb.net 2005

Thanks
 
I'm cooding some kind of download manager, i have a datagridview with
all the files i have to download and i need a background process
that's look for items in the datagridview and d.l them i also need to
allow multiple download.
i coded somthing with backgorund process that's work but not very well
any idea what's the best way to this in vb.net 2005

Best is to use threading ... but you'll need experience with building a
multi-threaded application. Perhaps google some articles on threading
before you start.
 
Back
Top