Enforcer Posted May 27, 2013 Posted May 27, 2013 (edited) Hi every one can someone can tell how to fix "loading" mouse pointer when runing InetGet function Simple script: While 1 $hDownload = InetGet("http://testurl, @TempDir & "\test.txt", 1, 1) Do Sleep(1) Until InetGetInfo($hDownload, 2) InetClose($hDownload) Sleep(1000) WEnd Edited May 27, 2013 by Enforcer [RU] Zone
MouseSpotter Posted May 27, 2013 Posted May 27, 2013 the help file has plenty of cursor options if that is what you are after
Enforcer Posted May 27, 2013 Author Posted May 27, 2013 (edited) Nope, not this. Cursor blinks (like "loading" mode) each time this loop is running, need to fix it somehow Edited May 27, 2013 by Enforcer [RU] Zone
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