vs2005中的mediaplayer控件想手动添加播放的视频url要在啥事件中操作?代码怎么写?
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vs2005中的mediaplayer控件想手动添加播放的视频url要在啥事件中操作?代码怎么写?相关的知识,希望对你有一定的参考价值。
参考技术A 1.放置webbrower控件,把视屏放在网页上连接过来2.引用wmplayer控件 参考技术B 1、这个问题先占座,等换台有编程环境的电脑试一下,应该难度不大。 2、Process.Start(@"c:\windows\notepad.exe",Application.ExecutablePath); Process.Start(@"c:\help.txt"); Process.Start(@""); ------ 1、是不是完整的路径没有传进去? private void listBox1_SelectedIndexChanged(object sender, EventArgs e) //MessageBox.Show(listBox1.SelectedItem.ToString()); axWindowsMediaPlayer1.URL = (@"F:\TDDOWNLOAD\" + listBox1.SelectedItem); axWindowsMediaPlayer1.Ctlcontrols.play(); ~
以上是关于vs2005中的mediaplayer控件想手动添加播放的视频url要在啥事件中操作?代码怎么写?的主要内容,如果未能解决你的问题,请参考以下文章
VS2005工具箱里没有ToolStripPanel控件,在哪里添加?在线等待,谢谢各位了