hello
Im creating an app that download several file.i have problem that when start first download and using a loop to monitor ans update status on a list view , somehow script is frozen and not working.
is ther any way to send loops in background and better way to update listview?
; Wait for the download to complete :
Do
$currentDown[0][3]=InetGetInfo($hDownload, $INET_DOWNLOADREAD)
Sleep(250)
_GUICtrlListView_DeleteAllItems($idListview)
_G
Well giving your full script with missing parts is not helping us very much. But since I am waiting for my car to get maintenance, here my take on what I think you want :
#include <File.au3>
#include <GUIConstants.au3>
#include <InetConstants.au3>
#include <GuiListView.au3>
Opt("MustDeclareVars", True)
Example()
Func Example()
Local $aDownList[20][6]
Local $hGUI = GUICreate('Example', 600, 600, 200, 200, $W