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
What is the C++ application using? You can always use the same thing or wrap the timer code from C++ into a C++/CLI class.