Quote:
|
Originally Posted by randum77
Bigguy, i never thought of having a Timer.tick sender. That's a good idea. Does it bassically run that Sub for every second on the ticker? So say you want something checked every 5 seconds you can build and if loop to update ever second. Then on the fifth second it runs another Function and 0's out the increment? If so, nice.  I might be able to use that in the future.
|
yeah that's basicly how it works. I havent tried it in .NET, but if it's anything like vb6 (which it probably is) you could just set the timer to 5 seconds, and you wouldn't even need an if statement to check the second.