I want to decrement a variable once every second. What's the easiest way to do this in Visual Basic? I can't use a timer in a form, since this code will be inside a class that has no knowledge of the ...