I could have been an easy workaround to do with basic label if the "Highlight changed" event was there... ^^
In such case, using this event and setting the back and fore colors of Highlight identical of the normal values:
In the event handler, use something like:
BasicLabel1.Value = Format(Now,"hh:mm:ss")
Perhaps using another event...