或者如何通过axWindowsMediaPlayer1.currentmedia的文件地址名找出在listview.Items对应项,假设Items里面有几个和axWindowsMediaPlayer1.currentmedia一样的文件(同一地址下的)

解决方案 »

  1.   

    我在VS2008写下了axWindowsMediaPlayer1.currentPlaylist后,按下.,引出了一些方法如axWindowsMediaPlayer1.currentPlaylist.appendItem/clear等,就是没有axWindowsMediaPlayer1.currentPlaylist.Item[integer],我看网上的都能.出Item,为什么我的不行,难道是我的命名空间引用错了? 
    能找到axWindowsMediaPlayer1.currentPlaylist.Item[integer],上面的问题也就解决了
      

  2.   

    ^-^.get_Itme能得到吗? this.axWindowsMediaPlayer1.currentPlaylist.get_Item[index]...
      

  3.   

    我题目的意思是,这个index如何找到