0
Reply

Timers :(

Yick

Yick

Feb 7 2007 8:25 AM
1.7k
Hello, I'm quite new to C# and I'm having a problem with the timers. I want to make something wich looks like the following (Image) and will work like this: When I click Button1 it will start Timer1 wich counts down from 5 Minutes to 0. When I click Button2 it will start Timer2 wich counts down from 2.5 Minutes to 0. When I click Button3 it will start Timer3 wich counts down from 2 Minutes to 0. When I click Button4 it will reset all Timers to their normal times, aka Timer1 5 Mins, Timer2 2.5 Mins and Timer3 2Mins. I would like to have it look like this: minutes:seconds. Image: http://www.pastebin.ca/344012 NOTE: I would like to have a complete script of this with the names used in the "Image" as I'm real worse at coding C#. Thanks