当前位置:编程学习 > C#/ASP.NET >>

怎样制作自己的播放器

我在工具拦上添加了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#
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,