随笔分类 - C# AxWindowsMediaPlayer
摘要://App.config <?xml version="1.0" encoding="utf-8" ?><configuration> <configSections> <!--添加自定义配置节点,type:解析类名,程序集名--> <section name="PersonSetion" type
阅读全文
摘要:C# WinForm 添加Windows Media Player 控件调试出现未能加载文件或程序集Interop.WMPLib如标题,在窗体中添加Windows Media Player 控件,当调试到该界面的时候提示:未能加载文件或程序集“Interop.WMPLib, Version=1.0.
阅读全文
摘要:AxWMPLib.AxWindowsMediaPlayer winPlayer = new AxWMPLib.AxWindowsMediaPlayer(); winPlayer.Dock = DockStyle.Fill; winPlayer.BeginInit(); panel1.Controls
阅读全文