|
-
Feb 11th, 2000, 11:32 AM
#1
Thread Starter
Member
Hello...
Got a perplexing problem...
I have program that pops up a form:
Progress_form.Visible = True
then I send files via FTP:
bRet = FtpPutFile(hConnection, LLocal.....
The form will not appear completely until the ftp is done. Does this have to do with a multitasking (or threading). How can I disable this?
Thanks,
Scott
-
Feb 11th, 2000, 12:25 PM
#2
It's because the Processing of Showing your Form to Getting the File is so quick that the Form doesn't have enough Process time to Show completely, before calling your Download Function/Code Issue a call to DoEvents.
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]
Certified AllExperts Expert
-
Feb 12th, 2000, 01:33 AM
#3
Thread Starter
Member
You are a genius. Works like a champ!
I am curious...
Is there a way to figure progress on
FtpPutFile? Or is this beyond the limits of the function?
Thanks,
Scott
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
|