Hey,
wollte grad was mit GuiCtrlCreatePic testen.
Ums zu testen hab ich also den einfachen Code ausprobiert:
Kallpt allerdings nicht. Obwohl das Bild 100%ig vorhanden ist. Der Pfad stimmt überein. Weiß nicht worans liegt.
Vllt kann mir da jmd helfen
wollte grad was mit GuiCtrlCreatePic testen.
Ums zu testen hab ich also den einfachen Code ausprobiert:
PHP Code:
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
GUICreate("My GUI picture", 350, 300, -1, -1, $WS_SIZEBOX + $WS_SYSMENU)
$n = GUICtrlCreatePic(@ScriptDir & "\Test.jpg", 50, 50)
GUISetState()
While 1
$msg = GUIGetMsg()
If $msg = $GUI_EVENT_CLOSE Then ExitLoop
WEnd
Vllt kann mir da jmd helfen