wo ist hier der fehler ?!
Code
#include <GUIConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Starter", 384, 384, 233, 136)
$Pic1 = GUICtrlCreatePic("C:\Users\thekiller2552\Pictures\creeperlove2.jpg", 0, 0, 400, 400, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS))
$Button1 = GUICtrlCreateButton("Ja", 16, 8, 105, 33, 0)
$Button2 = GUICtrlCreateButton("Nein", 264, 8, 105, 33, 0)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
Alles anzeigen