Samuel Toh

Samuel Toh

  • NA
  • 106
  • 14.4k

Windows Media Player in loop c#

Nov 3 2021 11:40 AM

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


Answers (1)