CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: mp3

  1. #1
    Join Date
    Jul 2001
    Posts
    1

    mp3

    What do I need to play mp3 files in my vb aplication.


  2. #2
    Join Date
    Mar 2001
    Location
    California
    Posts
    336

    Re: mp3

    You can use the Windows MCI (Multimedia Control Interface). Using the string-based commands, MCI can be a very easy-to-use method for integrating multimedia into applications and scripts.

    John Peloquin
    Peloweb.com
    [email protected]

    "Always remember to lock your keys in your car so little elves don't come and steal them out of your pocket" - Alexander Graham Bell

  3. #3
    Join Date
    Jul 2001
    Posts
    4

    Re: mp3

    I have MP3 player control with source code. Do you need it?


  4. #4
    Join Date
    Jan 2002
    Location
    Lancaster, UK
    Posts
    5

    Re: mp3

    I have just come across a post you put on the codeguru visual basic discussion board. I am looking for mp3 source code, is there any chance you still have a copy?
    Thankyou in advance for any help.

    C.Purnell

  5. #5
    Join Date
    Oct 2001
    Posts
    140

    Re: mp3

    you can allso use the windows media player compoment in the toolbox..... use the property
    FileName="....."
    it has it's own "ups & downs"
    enjoy
    yaniv.


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

Featured