Results 1 to 7 of 7

Thread: Urgent!!!

  1. #1

    Thread Starter
    Fanatic Member Dim's Avatar
    Join Date
    Jul 2000
    Posts
    620
    I have 5 files uploading one after another adter a command button is clicked...how would i get it to wait till the first file is uploaded then the start the second one and so on...
    I've tried
    While Inet1.StillExecuting
    DoEvents
    Wend
    but that didn't seem to work...can someone help asap.
    Thanx
    Dim

  2. #2
    Hyperactive Member
    Join Date
    Dec 1999
    Posts
    321

    I'd suggest you switch to a Winsock-control instead (gives you moe control).

    Besides, the code you wrote works for me.
    Signed, Rodik ([email protected])
    Programmer,usesVB6ED
    ===========================
    Copyright©RodikCo,2002.

    Dont mind this signature ;] Its old

  3. #3
    Guest
    I think winsock would be better, you could use the SendComplete event to start the next send.

    Sunny

  4. #4

    Thread Starter
    Fanatic Member Dim's Avatar
    Join Date
    Jul 2000
    Posts
    620
    ok, i'm not that great with winsock...how would i connect to an ftp and upload, i just need the basic code.

    Thanx,
    D!m
    Dim

  5. #5
    Guest

    Unhappy ftp....

    wait a minute......doesn't winsock only work with UDP and TCP??

    Sunny

  6. #6

    Thread Starter
    Fanatic Member Dim's Avatar
    Join Date
    Jul 2000
    Posts
    620
    i thought so... =/
    so whould any one know how to put inet into a waiting sequence for each upload to finish?
    Dim

  7. #7
    Guest
    Looked it up in MSDN, how about the StateChanged event?

    "icResponseCompleted: The request has completed and all data has been received. "

    Sunny

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width