Nanascalala Posted July 23, 2005 Posted July 23, 2005 How would I go about making a Progress Bar for a file I'm downloading. I got the size of it, but how do you check the current size of the download so far? Help! Any ideas or help would be most appreciated! Thanks! Nanascalala
therks Posted July 23, 2005 Posted July 23, 2005 "background" ParameterBy default the function waits until the download has finished before returning. Sometimes with large downloads this is not always wanted. If the background parameter is set to 1 the function returns immediately and the download continues in the background. When in this mode two macros are used to keep track:@InetGetActive = 1 while downloading, or 0 when finished.@InetGetBytesRead = the number of bytes downloaded, or -1 if there has been an error. My AutoIt Stuff | My Github
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now