Jump to content

How to play with windows media player multiple files ?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
how can i make with the windows media player control that people can choose the song that they want to her ?

#2
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
You want an mp3 player? Check the tutorial section there is one.

#3
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
no i thought somthing with list box
and windows media player
somthing like
if list1.listindex = rock then
windowsmediaplayer1.url = c:\rock.mp3
end if but i doesent work this way i dont know why

#4
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
because you should sue list1.text not list1.listindex

Hope this helps.