how do i make a timer object

SpiN9823
01-22-2004, 12:18 PM
how do i make a timer object update "Label1" which shows the time

GamesRule
01-22-2004, 12:22 PM
how do i make a timer object update "Label1" which shows the time

Search for "Format" and "Now".

Iceplug
01-22-2004, 12:32 PM
Format is Legacy VB.

Text = DateTime.Now.ToString("your formatting string here")

GamesRule
01-22-2004, 12:40 PM
Format is Legacy VB.

Text = DateTime.Now.ToString("your formatting string here")
Yeah. I keep forgetting in .Net now! :chuckle:

SpiN9823
01-22-2004, 03:25 PM
thx

reboot
01-22-2004, 04:02 PM
If you want to create a timer, try System.Threading.Timer

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum