随笔分类 -  C# AxWindowsMediaPlayer

摘要://App.config <?xml version="1.0" encoding="utf-8" ?><configuration> <configSections> <!--添加自定义配置节点,type:解析类名,程序集名--> <section name="PersonSetion" type 阅读全文
posted @ 2016-10-19 14:50 天王星天 阅读(589) 评论(0) 推荐(0) 编辑
摘要:C# WinForm 添加Windows Media Player 控件调试出现未能加载文件或程序集Interop.WMPLib如标题,在窗体中添加Windows Media Player 控件,当调试到该界面的时候提示:未能加载文件或程序集“Interop.WMPLib, Version=1.0. 阅读全文
posted @ 2016-04-21 13:33 天王星天 阅读(3659) 评论(0) 推荐(0) 编辑
摘要:AxWMPLib.AxWindowsMediaPlayer winPlayer = new AxWMPLib.AxWindowsMediaPlayer(); winPlayer.Dock = DockStyle.Fill; winPlayer.BeginInit(); panel1.Controls 阅读全文
posted @ 2016-04-21 10:31 天王星天 阅读(1997) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示