This works fine it just has a flicker. Is there a better way?
#include <ComboConstants.au3>
#include <GUIConstantsEx.au3>
#include <Date.au3>
$GUi = GUICreate("Time Clock", 464, 388, 362, 81)
$Time = GUICtrlCreateLabel("", 72, 40, 350, 81)
GUICtrlSetFont(-1, 50)
$Name = GUICtrlCreateCombo("Combo1", 56, 152, 137, 25, BitOR($CBS_DROPDOWN,$CBS_AUTOHSCROLL,$CBS_SIMPLE))
$Clock = GUICtrlCreateButton("Button1", 256, 150, 139, 25)
GUISetState(@SW_SHOW)
$sec = @SEC
While 1
If @S