Results 1 to 3 of 3

Thread: Inet question

  1. #1

    Thread Starter
    Lively Member flamer2010's Avatar
    Join Date
    Apr 2002
    Posts
    96

    Inet question

    Hi

    Is there any way to tell if the Inet control is done executing?

    For example:

    Do
    Inet1.URL = "ftp://ftp.tripod.com/"
    Inet1.UserName = "dffdsfds"
    Inet1.Password = "dffdsfds"
    Inet1.Execute , "C:\Test.txt /Test.txt"
    Loop Until Inet1.State = Done

    Thanks in advance

  2. #2
    Fanatic Member stickman373's Avatar
    Join Date
    Mar 2001
    Location
    MA
    Posts
    909
    how about this:

    VB Code:
    1. Do
    2. Inet1.URL = "ftp://ftp.tripod.com/"
    3. Inet1.UserName = "dffdsfds"
    4. Inet1.Password = "dffdsfds"
    5. Inet1.Execute , "C:\Test.txt /Test.txt"
    6. Loop Until Inet1.StillExecuting = False


  3. #3

    Thread Starter
    Lively Member flamer2010's Avatar
    Join Date
    Apr 2002
    Posts
    96
    thanks, i should've know , but im in a hurry

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