How I can create an timer in C Sharp ????
I am having an Clock ...
How I can update the textBoxClock.text every 5 minutes....
????
Printable View
How I can create an timer in C Sharp ????
I am having an Clock ...
How I can update the textBoxClock.text every 5 minutes....
????
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.