|
Subject:
|
Displaying a clock
|
|
Posted By:
|
hdfireftr
|
Post Date:
|
9/15/2006 7:37:52 AM
|
I am a newbie to programming with VB Express 2005. I was wondering if anyone could help me out. I am trying to display a digital clock on a form utilizing time zones showing the differences in UTC, GMT etc.. Even if someone could just point me in the right direction Thanks, HD
|
|
Reply By:
|
BrianWren
|
Reply Date:
|
9/15/2006 9:36:19 AM
|
You can use a StopWatch control to trigger an event regularly (say every ¼ second [Interval = 250mS]), and check Now(), updating the textbox or label that you are using to display the time.
|
|
Reply By:
|
hdfireftr
|
Reply Date:
|
9/15/2006 1:12:52 PM
|
Thanks Brian for your reply. I am still at a loss here, sorry. Could you please explain further? Thanks in advance ... HD
|