Hi,
habe folgendes Script:
Spoiler anzeigen
[autoit]
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
$Form1 = GUICreate("Form1", 400, 400, 192, 124)
GUICtrlCreatePic("C:\test.jpg", 10, 10)
GUISetState(@SW_SHOW)
Do
Until GUIGetMsg() = $GUI_EVENT_CLOSE
Das Bild ist ein ganz normales JPEG nichts besonderes. Es wird allerdings nichts angezeigt nur das leere Form.