使用 WMPLib(或其他)在 Visual Basic 中控制媒体播放器
我需要获取 Windows Media Player 中的当前歌曲,最好使用 wmp.dll 库。 MSDN 上有文档 http://msdn.microsoft .com/en-us/library/dd563069%28v=VS.85%29.aspx 但我尝试过的资源都不起作用,即使我引用了 DLL 并导入了。一个简短的例子将不胜感激,因为我目前一无所获。
请注意,我使用的是 Visual Basic 2010 Express
I need to get the current song in Windows Media Player, preferably using the wmp.dll library. There's documentation on MSDN http://msdn.microsoft.com/en-us/library/dd563069%28v=VS.85%29.aspx but none of the resources I've tried have worked, even though I referenced the DLL and imported. A short example would be greatly appreciated as I'm getting nowhere at the moment.
Note that I'm using Visual Basic 2010 Express
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以查看此处提供的文档。
另外,也许这个 Codeplex 项目可以帮助您入门。它使用 WMPlib 来播放一些歌曲。
You can check out the documentation provided here.
Also, maybe this Codeplex project may help you getting started. It uses WMPlib to play some songs.