hallo miteinander,
also es geht darum ein bild als programmhintergrund einzubauen - das hab ich noch hinbekommen^^
jetzt teten aber viele fehler auf:
>> grafische
>> einige felder verschwinden teilweise usw
kann mit da einer weiter helfen ( am besten gleich mit code beispiel )
[autoit]#include <GUIConstants.au3>
[/autoit][autoit][/autoit][autoit]GUICreate("???", 180,300)
[/autoit][autoit][/autoit][autoit]GUICtrlCreateLabel ("Gib die Alarmzeit ein:", 20, 25)
$soundC = GUICtrlCreateCheckbox ("Sound:", 20, 105, 120, 20)
GuiCtrlSetColor(-1,0xffffff)
$textC = GUICtrlCreateCheckbox ("Text:", 20, 190, 50, 20)
GuiCtrlSetColor(-1,0xffffff)
$deaktivC = GUICtrlCreateCheckbox ("Deaktiv:", 20, 210, 90, 20)
GuiCtrlSetColor(-1,0xffffff)
$shutdownC = GUICtrlCreateCheckbox ("Shutdown:", 70, 190, 70, 20)
GuiCtrlSetColor(-1,0xffffff)
$button_1 = GUICtrlCreateButton ("start", 110, 62, 40, 25)
GUICtrlSetCursor(-1, 0)
$button_sound = GUICtrlCreateButton ("...", 125, 147, 30, 25)
$input_h = GUICtrlCreateInput ("", 25, 65, 20, 20)
GUICtrlCreateLabel (":", 49, 67,6,20);,$WS_EX_TRANSPARENT)
;GuiCtrlSetColor(-1,0xffffff)
;GUICtrlSetBkColor (-1,$GUI_BKCOLOR_TRANSPARENT)
$input_min = GUICtrlCreateInput ("", 55, 65, 20, 20)
$input_sound = GUICtrlCreateInput ("", 25, 150, 80, 20)
$input_text = GUICtrlCreateInput ("", 25, 255, 130, 20)
GUICtrlSetState($input_sound, $GUI_DISABLE)
GUICtrlSetState($input_text, $GUI_DISABLE)
GUICtrlSetState($button_sound, $GUI_DISABLE)
GUISetState (@SW_SHOW)
[/autoit][autoit][/autoit][autoit]GUICtrlCreatePic(@ScriptDir & "\timerdesign2.bmp",0,0,180,300);,$WS_CLIPSIBLINGS)
[/autoit][autoit][/autoit][autoit]GUICtrlSetData($input_h, @HOUR)
GUICtrlSetData($input_min, @MIN)
While 1
Sleep( 100 )
WEnd
Screen:
[Blockierte Grafik: http://team2way.redio.de/screen/u.jpg]
mfg team2way