VB6 Code to Play MP3 and DAT

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Tenneyson
    New Member
    • Apr 2008
    • 17

    VB6 Code to Play MP3 and DAT

    Hi

    I am having problems in writing a code that can play MP3 tracks. Can anybody help please.
  • daniel aristidou
    Contributor
    • Aug 2007
    • 494

    #2
    Originally posted by Tenneyson
    Hi

    I am having problems in writing a code that can play MP3 tracks. Can anybody help please.
    Im sorry i cant help you directly in vb6 : however i can in vb 2008
    So maybe you will be able to write the equivalent

    In vb08:
    My.Computer.Aud io.Play("Your music file location")

    Comment

    • lotus18
      Contributor
      • Nov 2007
      • 865

      #3
      Originally posted by Tenneyson
      Hi

      I am having problems in writing a code that can play MP3 tracks. Can anybody help please.
      There are a lots of ways on how to it, one is that you can add new component-WindowsMediaPla yer.

      Rey Sean

      Comment

      • debasisdas
        Recognized Expert Expert
        • Dec 2006
        • 8119

        #4
        You can also use the multimedia control .

        Comment

        • Tenneyson
          New Member
          • Apr 2008
          • 17

          #5
          Originally posted by lotus18
          There are a lots of ways on how to it, one is that you can add new component-WindowsMediaPla yer.

          Rey Sean


          thanks! it seems to be working

          Comment

          Working...