Ich hoffe jemand kann mir den Fehler sagen
Code:
#include <GUIConstants.au3>
FileInstall("C:\h.jpg",@TempDir & "\h.jpg")
#Region ### START Koda GUI section ### Form=
$Form2 = GUICreate("Form1", 611, 434, 200, 197)
GUICtrlCreatePic(@TempDir & "h.jpg", 8, 0, 601, 441, BitOR (0x0100,0x04000000))
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd






