OK, I know this could cause me some problems but here goes, we have a data entry application that I am migrating from Access to VB.Net. In Access the person that made it went to great pains to have ...
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 ...