Jump to content

Recommended Posts

Posted (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

:geek:

Edited by Enforcer
[RU] Zone
Posted (edited)

Nope, not this. Cursor blinks (like "loading"  mode) each time this loop is running, need to fix it somehow

Edited by Enforcer
[RU] Zone

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...