To begin with, I'm new to programming...
I need to add a timer to a project of mine that would continuously count from 1 to 3, and then repeat again, so that on the 2 count, I could have a particular procedure execute each time. Would I use a timer control with a text box (so I can see the actual count), and somehow loop it? Any suggestions?
I need to add a timer to a project of mine that would continuously count from 1 to 3, and then repeat again, so that on the 2 count, I could have a particular procedure execute each time. Would I use a timer control with a text box (so I can see the actual count), and somehow loop it? Any suggestions?