如何在C#中使用WMPLib

时间:2015-03-18 15:52:09

标签: c# wmplib

我正在尝试导入WMPLib而不是Visual Studio,但它正在发送消息 Type or Namespace name 'WMPLib' could not be found。 我也尝试过使用System.Windows.Media但是再次为Media提供相同的消息。 我尝试从

添加工具箱Windows Media Player
Choose Tool Box Items->Com Components->Windows Media Player

但这不起作用。

1 个答案:

答案 0 :(得分:4)

要以编程方式创建Windows Media Player控件,必须先添加对wmp.dll的引用,该引用位于\ Windows \ system32文件夹中。添加此引用会在项目文件夹中创建WMPLib.dll,并在解决方案资源管理器中显示对WMPLib的引用。

以下链接可以为您提供帮助。

Creating the Windows Media Player Control Programmatically