Hi,
Is it possible to use this peace of code without every 3 seconds changes the cursor(the load cursor).
I've try it also with initread but the same result.
I've try it to use WinHttp.au3 but get a error when I try to connect this page.
Anyone has a solution, I'm stuck
Is it possible to use this peace of code without every 3 seconds changes the cursor(the load cursor).
I've try it also with initread but the same result.
I've try it to use WinHttp.au3 but get a error when I try to connect this page.
Anyone has a solution, I'm stuck
[ autoit ]
#include "Inet.au3" AdlibRegister("_get_info", 3000) Func _get_info() _INetGetSource("http://82.201.100.10:8000/RD02_Nonstop40.xspf") ;more code EndFunc While 1 Sleep(20) WEnd