Good, my query is the following I have a windows Form as in the following image.
What I'm looking for is that when I hit Start. the time above only count the total seconds to the back. Until reaching zero. It will then be when that date is added to List2 and the counter shown in the label "Out of Time: 00" increases its value by 1, on the other hand the timer will restart and count the total seconds of the next row of list1, it will this until all the rows in the list are finished. And that's it.
I use For to count each row, but I can not get the For line to stop until the Timer time is reached, so that it can then go on to the next Row. That is my question. Thanks in advance.