hi... :)
I have to display the current time in my application when the user uses the application.
anyone knows how to display the current time?
Printable View
hi... :)
I have to display the current time in my application when the user uses the application.
anyone knows how to display the current time?
add a timer and inside the have it set the label to the current time
label1.text = Date.Now.TimeOfDay.ToString
ok..
Thank You...I got the current time...