mfc开发WindowsMediaPlayer播放列表怎么与列表框实时同步,显示正在播放,请大神赐教
mfc开发WindowsMediaPlayer播放列表如何与列表框实时同步,显示正在播放,请大神赐教!
mfc开发WindowsMediaPlayer播放列表如何显示正在播放,播放列表是clistctrl制作,就是播放器播放的文件,如何显示在clistctrl里?使用CWMPPlaylist.get_attributeCount();取出index的值始终为0或1。
。
不能通过曲目名查找,因为曲目名有重复,想通过index来在clistctrl中查找。
另外使用appentitem 或者insertItem插入到播放列表中,都无法获取正在播放的的播放列表中的序号!
请大神指教!
------解决方案--------------------
CWMPPlayer4 .get_currentPlaylist. get_count
http://msdn.microsoft.com/en-us/library/dd563547(v=vs.85).aspx
mfc开发WindowsMediaPlayer播放列表如何显示正在播放,播放列表是clistctrl制作,就是播放器播放的文件,如何显示在clistctrl里?使用CWMPPlaylist.get_attributeCount();取出index的值始终为0或1。
。
不能通过曲目名查找,因为曲目名有重复,想通过index来在clistctrl中查找。
另外使用appentitem 或者insertItem插入到播放列表中,都无法获取正在播放的的播放列表中的序号!
请大神指教!
------解决方案--------------------
CWMPPlayer4 .get_currentPlaylist. get_count
http://msdn.microsoft.com/en-us/library/dd563547(v=vs.85).aspx