as the title says, is there a way I can have a clock that updates every minute the time from the machine
Eg, a text that says “The time is 5.04pm”
then a minute later
“The time is 5.05pm”
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could start a thread (separate from the GUI thread) that sleeps for a minute, wakes up and updates the GUI textbox value.