2
Answers

C# Creating a Timer that at a specific values changes a label

Jane Abrams

Jane Abrams

12y
2.3k
1
I am new to C#, and I have searched I but didn't find a simple solution to my problem.
I am creating a Windows form application.
After the start button is clicked, it counts every millisecond and when it reaches specific values from an array changes a label.
How can milliseconds be counted?
Answers (2)