Results 1 to 3 of 3

Thread: help with audio player

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2009
    Posts
    534

    Question help with audio player

    i'm trying to make mp3 player and need some help
    first i want to know which tool is better to use

    AxWindowsMediaPlayer1 or AxMMControl1

  2. #2
    Junior Member PESHuk's Avatar
    Join Date
    Mar 2010
    Posts
    25

    Re: help with audio player

    AXWindowsMediaPlayer
    Hey! It compiles! Ship it!

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2009
    Posts
    534

    Re: help with audio player

    ok in the add button to add tracks to the playlist i have this code

    vb Code:
    1. For Each track As String In importdiag.FileNames
    2.             playlist.Items.Add(track)
    3.         Next

    but it duplicated tracks if i select it agin i dont want it to duplicated tracks in the list

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width