Ich wollte mal fragen ob man bei einer gui das Pic im hintergrund verändern kann?
Also :
Spoiler anzeigen
$wallpaper = "E:\Autoit\UHR\32577.jpg"
[/autoit] [autoit][/autoit] [autoit]#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Form1", 394, 187, -1, -1, BitOR($WS_MINIMIZEBOX,$WS_SYSMENU,$WS_DLGFRAME,$WS_POPUP,$WS_GROUP,$WS_CLIPSIBLINGS), BitOR($WS_EX_TRANSPARENT,$WS_EX_WINDOWEDGE))
$MonthCal1 = GUICtrlCreateMonthCal("2010/06/15", 184, 8, 196, 164)
$Button1 = GUICtrlCreateButton("Exit", 16, 136, 150, 35, $WS_GROUP, $WS_EX_STATICEDGE)
GUICtrlSetFont(-1, 14, 800, 0, "MS Sans Serif")
$Pic1 = GUICtrlCreatePic($wallpaper, 0, 0, 393, 185, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS))
$Label2 = GUICtrlCreateLabel("20:24:25", 16, 8, 150, 47, -1, $WS_EX_CLIENTEDGE)
GUICtrlSetFont(-1, 36, 800, 0, "Digital")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
Und jetzt soll veränd das Scirpt läuft alle Zwei oder 5Sec das Bild auf ein anders gemacht werden!