Hi, I'm doing a project in visual studio and I want to embed a video and play it again and again.
I have added a WindowsMedia Player component and this is the code that controls it.
axWindowsMediaPlayer1.URL = Application.StartupPath + "/video.mp4";
axWindowsMediaPlayer1.Ctlcontrols.play();
But I do not know how to make it play in a loop.