Hi Ive made a simple gui for wGet. So far the whole thing works but Im trying to incorporate a status bar into it. Based upon the size of the file on the server and then it would compare that to the size of the downloaded file. Any Ideas? Here is what I have so far. #include<GUIconstants.au3> #include<Process.au3> GUICreate("Wget",300,75,-1,-1,-1) GUISetState() $input = GUICtrlCreateInput("Enter URL here", 1, 1, 298, 45) $get = GUICtrlCreateButton("Get!", 0, 50, 300, 25) $progr