PHP Code:
$get1 = InetGet("...",$zgh & "\...")
$inf1 = InetGetInfo($get1,0)
Do
GUICtrlSetData($Progress1,$inf1)
Until InetGetInfo($get1,2) = True
1. Progressbar soll konstant zum Download sein.
2. GUI soll aktiv bleiben.






