怎样制作自己的播放器
我在工具拦上添加了MediaPlayer的控件,拖到From上,this.openFileDialog1.Filter="所有文件(*.*)|*.*";
if (openFileDialog1.ShowDialog() == DialogResult.OK)
{
string strpath = openFileDialog1.FileName;
//this.axWindowsMediaPlayer1
为什么this.axWindowsMediaPlayer1.FileName=strpath;报错呢?
大家帮帮忙!!! --------------------编程问答-------------------- 那,报什麽錯誤?
http://community.csdn.net/IndexPage/SmartQuestion.aspx --------------------编程问答-------------------- this.axWindowsMediaPlayer1.FileName=strpath;
不可用
补充:.NET技术 , C#