12-29-2009, 05:04 PM
Theres a much simpler way. What are you using to display ur countdown ?
Lets say your using a label.
Lets say your using a label.
Code:
If label1.text = "0" Then
Console.Beep(1000, 1000)
End If