could you point me to some resources about thread and ftp in vb6?  I'm
new to vb6, I inherited a vb6 application that I need to add features
to.

Thanks,

On Oct 20, 2:43 pm, Glenn <[EMAIL PROTECTED]> wrote:
> How about kicking off each file into a different thread?  Just monitor the
> threads and continue your processing when they are all done.  To limit the
> number of threads, just use a thread pool.
>
> ...Glenn
>
> On Mon, Oct 20, 2008 at 5:15 PM, Laoballer <[EMAIL PROTECTED]> wrote:
>
> > I was able to crudely download the files from the server using
> > microsoft's internet transfer control in vb6.  I'm having difficulty
> > in looping through the file list, I need a way to be able to download
> > the files concurrently or have the internet transfer control wait till
> > the previous file is done.  I can't seem to figure out how to do
> > this.  I'm pretty sure I have to use the inet_state property but not
> > exactly how to use this.
>
> > thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web 
Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/DotNetDevelopment

You may subscribe to group Feeds using a RSS Feed Reader to stay upto date 
using following url  

<a href="http://feeds.feedburner.com/DotNetDevelopment";> 
http://feeds.feedburner.com/DotNetDevelopment</a>
-~----------~----~----~----~------~----~------~--~---

Reply via email to