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