2个回答
展开全部
if (this.axWindowsMediaPlayer1.playState == WMPLib.WMPPlayState.wmppsStopped|| this.axWindowsMediaPlayer1.playState ==WMPLib.WMPPlayState.wmppsUndefined){
if (this.listBox1.SelectedIndex < this.listBox1.Items.Count - 1)
{
this.listBox1.SelectedIndex++;
this.axWindowsMediaPlayer1.URL = this.listBox1.SelectedItem.ToString();
}
}
我也正好写这个东西遇到问题,希望我的解答能帮到你
if (this.listBox1.SelectedIndex < this.listBox1.Items.Count - 1)
{
this.listBox1.SelectedIndex++;
this.axWindowsMediaPlayer1.URL = this.listBox1.SelectedItem.ToString();
}
}
我也正好写这个东西遇到问题,希望我的解答能帮到你
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询