Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 633, 448, 192, 124)
$Button1 = GUICtrlCreateButton("Button1", 48, 24, 75, 25, BitOR($BS_BITMAP,$WS_GROUP))
GUICtrlSetImage(-1, "C:\Dokumente und Einstellungen\***\Desktop\Bilder\falls_1024x768.jpg.bmp", -1)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
Oder ich hab deine Frage falsch verstanden.