Click to See Complete Forum and Search --> : Timers....


lovelove
January 9th, 2004, 06:13 AM
How I can create an timer in C Sharp ????
I am having an Clock ...

How I can update the textBoxClock.text every 5 minutes....
????

Andy Tacker
January 9th, 2004, 08:14 AM
Use IDE's ToolBox -> Components -> Timer to insert a Timer Object to your application and add event Timer Elpased to fire the event and update your text box.