|
|
Today I came across another VB question under the Yahoo! Answer section. It goes like this "how do i make a timer in vb6 that counts down from 10 - 0 ten times in a row? i can get the timer to countdown, but it won't count stop after 10 times, it goes on forever. i've tried declaring a counter variable and increasing it everytime it hit's 0, but it seems to screw up the program.....so how do i make it count down 10 times in a row?." . Below is the sample program for the above question:
|