Hi all,
I use this List as a Status window:
$logview = GUICtrlCreateList("", 8, 344, 449, 273, BitOR($LBS_SORT, $LBS_NOSEL, $LBS_STANDARD, $WS_VSCROLL, $WS_BORDER))
Func _Status($i,$sTemp)
_GUICtrlListBox_AddString($logview, "[" & @HOUR & ":" & @MIN & ":" & @SEC & "] " & StringStripCR($sTemp))
if $i = "0" then
GUICtrlSetColor(-1, 0xff0000)
else
GUICtrlSetColor(-1, 0xffeeee)
endif
_GUICtrlListBox_SetTopIndex