Hallo baris,
ändere den Case-Zweig so ab:
Spoiler anzeigen
Case $manuellstart
$ok =True
$hotkey = HotKeySet("{esc}", "_exit")
$comboauslesen = GUICtrlRead($Combo1)
GUICtrlSetState($selftime, $GUI_SHOW)
GUICtrlSetState($selftime2, $GUI_SHOW)
GUICtrlSetState($zueruck, $GUI_DISABLE)
GUICtrlSetState($manuellstart, $GUI_DISABLE)
GUICtrlSetState($input1, $GUI_DISABLE)
GUICtrlSetState($Combo1, $GUI_DISABLE)
$restwert = @HOUR & ":" & @MIN & ":" & @SEC
GUICtrlSetData($selftime2, GUICtrlRead($input1))
$ende = GUICtrlRead($input1)
While 1 and $ok
$restwert11 = @HOUR & @MIN & @SEC
GUICtrlSetData($selftime, @HOUR & ":" & @MIN & ":" & @SEC)
$text1 = StringReplace($ende, ":", "")
If $restwert11 = $text1 Then
_Combobox()
EndIf
$ok =GUIGetMsg() <> $stop
Sleep(200)
WEnd
aber was hat das ganze mit dem IE zu tun?
mfg (Auto)Bert