Hallo!
Ich komme bei diesen Script nicht weiter:
Spoiler anzeigen
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <ProgressConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Test-Programm", 625, 445, 192, 124)
$Progress1 = GUICtrlCreateProgress(80, 264, 353, 25)
$Button1 = GUICtrlCreateButton("Create ", 80, 168, 201, 49, $WS_GROUP)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
Wenn man auf den Button klickt soll der Balken immer voller werden!
:pinch: