关于C# 里面的axWindowsMediaPlayer的使用

网上很多资料都是没有验证过,

下面是我验证过的

VS2019   WIN 10专业版

1)axWindowsMediaPlayer1.URL = listSong[listBox1.SelectedIndex];  给了这个URL会自动播放

2)axWindowsMediaPlayer1.Ctlcontrols.currentPosition = 1;//从1S开始自动播放

3)axWindowsMediaPlayer1.settings.setMode("loop", true);//循环播放

原文地址:https://www.cnblogs.com/wenluderen/p/15176293.html