如何使用 wpf 将 mp3 歌曲添加到列表框?
我的解决方案资源管理器中有 Music 文件夹..然后我想将这些歌曲添加到列表框控件中,之后我想使用 wpf 播放媒体元素中列表框中选定的歌曲?
请帮我。 谢谢
I have Music folder in my solution explorer..then i want to add that songs to the list box control after that i want to play the selected songs from listbox in the media element using wpf?
Please Help me.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
要使按钮单击上的播放行为变得明确,请参阅:
Xaml:
代码隐藏:-
To make play behaviour eexplici on a button click , refer this:
Xaml :
Code Behind :-
如果您仍需要进一步的帮助,我将尝试编译一些简单的解决方案并更新。
更新简单的解决方案:
Xaml:
代码隐藏:
I will try to compile some simple solution and update if you still need further help.
Updating simple solution:
Xaml:
Code Behind: