Hello,
I have a timer that starts after clicking a button, then a label is updated every tick event simulating the seconds, the problem is very weird, after one button click the timer starts so basically the label should start changing, but it does not.
Here is the weird thing, I need to click another button which has no code related to the timer in order to make the timer start.
It is like the form is waiting for something to happen for the timer to start even if I coded the timer to start after a previous different button event.
Thanks