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