Getting accurate ticks from a timer in C#

前端 未结 6 920
北荒
北荒 2020-12-28 18:21

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

6条回答
  •  遥遥无期
    2020-12-28 18:50

    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.

提交回复
热议问题