Author Topic: TimeStamp control  (Read 1957 times)

MrPike

  • Sr. Member
  • ****
  • Posts: 297
    • View Profile
TimeStamp control
« on: August 08, 2016, 09:40:41 PM »
A control that can capture the PC time based on value or bit change with all features of the basic Label.   

DanieLoche

  • Guest
Re: TimeStamp control
« Reply #1 on: August 09, 2016, 06:48:24 AM »
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:
Code: [Select]
BasicLabel1.Value = Format(Now,"hh:mm:ss")
Perhaps using another event...

Godra

  • Hero Member
  • *****
  • Posts: 1436
    • View Profile
Re: TimeStamp control
« Reply #2 on: October 02, 2016, 12:46:38 PM »
This control is now available in v3.99r.