Hey everyone,
I'm just playing with some code and timers seem to just confuse me :\.
Well what i want is a timer that counts down from 10 seconds and when it hits 0 it simply pops up a message box..
This is what i have so far.. not so spectacular..
Timer2.Interval = 10000
Timer2.Enabled = True
If Timer2.Enabled = False then
msgbox("blah!")
End If
I'v tried a lot of different scenarios and i can't find one that does such a simple task...
Thanks in advance,
-Zander