BCL
In case that you need a timer you can choose between 3 types in the Base Class Library:System.Timers.Timer... timer you should use to solve your problem depends on the problem you are trying to solve. I have found an article on the MSDN Magazine of February 2004 written by Alex Calvo which compares the 3 timers and outlines when to use which timer:http://msdn.microsoft... Cross-posted from The .NET Aficionado...