I\'m trying to rebuild an old metronome application that was originally written using MFC in C++ to be written in .NET using C#. One of the issues I\'m running into is gett
System.Windows.Forms.Timer is limited to an accuracy of 55 milliseconds...
System.Windows.Forms.Timer