Hallo ich habe ein Problem nicht, das Radio-Funktion machen kann mir jemand helfen ![]()
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Radio", 208, 69, 192, 124)
$Checkbox1 = GUICtrlCreateCheckbox("KissFM", 8, 8, 97, 17)
GUICtrlSetFont(-1, 10, 800, 0, "MS Sans Serif")
$Checkbox2 = GUICtrlCreateCheckbox("Maxima FM", 104, 8, 97, 17)
GUICtrlSetFont(-1, 10, 800, 0, "MS Sans Serif")
$Button1 = GUICtrlCreateButton("Play", 8, 32, 75, 25)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
Ich bin neu, und ich verstehe es nicht: ( AutoiT