avechuche Posted March 2, 2016 Posted March 2, 2016 It is possible, in AU3, use WinHttp.WinHttpRequest.5.1 with a progress bar? Actually what I need is to know how many MB have already been downloaded. I need to use "WinHttp.WinHttpRequest.5.1" because I have to use the parameter "Referer" in the header
AutoBert Posted March 2, 2016 Posted March 2, 2016 (edited) A ProgressBar with Style marquee is possible. Did you know how many MB's are to be downloaded? Yes, then it should be possible to inplement a normal ProgressBar (0-100 %) No, than only the marquee Progressbar is possible. Please make a small reproducer script for testing. Edited March 2, 2016 by AutoBert
avechuche Posted March 4, 2016 Author Posted March 4, 2016 On 2/3/2016 at 10:48 PM, AutoBert said: A ProgressBar with Style marquee is possible. Did you know how many MB's are to be downloaded? Yes, then it should be possible to inplement a normal ProgressBar (0-100 %) No, than only the marquee Progressbar is possible. Please make a small reproducer script for testing. Yes, I have a way to know the file size, but do not know if "WinHttp.WinHttpRequest.5.1" lets me know how many MB are downloaded.
AutoBert Posted March 4, 2016 Posted March 4, 2016 post a small runable reproducer and a link to the UDF you use.
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