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