private void btnPlay_Click(object sender, EventArgs e)
{
axWindowsMediaPlayer1.URL = @"C:\Video.mp4";
}
How do I set the WindowsMediaPlayer1 in loop? Meaning once I play the winforms, it will just play by its own in a loop state without pressing any buttons