PHP Code:
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 208, 158, 192, 124)
$ID = GUICtrlCreateInput("ID", 8, 8, 177, 21)
$Passwort = GUICtrlCreateInput("Passwort", 8, 40, 177, 21)
$Start = GUICtrlCreateButton("Start", 8, 80, 177, 57, 0)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
Nun brauche ich ein paar befehle
1. Wie Minimiert sich das Fenster nach dem drücken des Start Buttons..
2. Wie gibt der Bot ein was unter $ID und $Passwort steht dann ein....
Den rest weiß ich glaub ich so XD
Danke schonmal ...






