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 o
MFC
.NET
C#
You can use the media player:
using WMPLib; //... WindowsMediaPlayer wmp = new WindowsMediaPlayer(); wmp.URL = Path.Combine(Application.StartupPath ,"Resources/mymidi1.mid"); wmp.controls.play();