|
-
Apr 14th, 2001, 08:41 AM
#1
Hello,
I have recently started learning VB and I am trying to write a program which uses FTP to copy files from one server to another.
I have been trying to use the inet control but am having trouble finding out when an operation has finished.
e.g. when using inet.execute how do I know if the previous command is still running or finished??
Thanks in advance
Darren
-
Apr 17th, 2001, 12:16 AM
#2
Lively Member
Try this way:
Inet1.Execute ,.....
Do
DoEvents
Loop While Inet1.StillExecuting
-Dj4
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
|