Hey Guys,
Ive made a settings form for my latest StopWatch project. The stopwatch also includes a countdown timer.
To set the time to countdown from, ive made a settings form in which you can enter a value into a textbox and when you start the countdown, it reads the value from the textbox and counts down from that value.
Everything is fine when the countdown time is displayed on the same form as the countdown timer itself, but when I put this textbox onto a new form, and edit the code appropriately the timer doesnt seem to pick up that the countdown time has changed.
Does anyone have any ideas?