Hi all I'm new in this forum, I'm trying to make a tool for a game.
But in this tool i need a countdown but i only know how to do it
by seconds, i need help by making it Hours:Minutes:Seconds
[00:00:00].
Button1
Timer1.Start()
Button2
Timer1.Stop()
Button3
Textbox1.text = ""
Textbox2.text = "00:00:00"
So can you help me guys making the timer ?
and if time get to 0 make a Beep sound better ^^