|
Subject:
|
Display current time 'fast' on a form.
|
|
Posted By:
|
jpool
|
Post Date:
|
7/2/2008 6:39:02 AM
|
Hi, might be a silly question, but is there anyway to display the current time say 2 minutes faster than what it actually is? So i want the time to be displayed in a text box, but to appear two minutes faster than the system time.
Is this possible?
Thanks :)
|
|
Reply By:
|
planoie
|
Reply Date:
|
7/4/2008 1:39:04 PM
|
Create a timer instance with a tick event every 1 second, then just write out the current time plus 2 minutes.
-Peter compiledthoughts.com
|