PDA

Click to See Complete Forum and Search --> : Playing music


fkheng
Mar 30th, 2002, 08:34 AM
How do I code a program to play music, and what about formats? is that an issue?

kikelinus
Mar 30th, 2002, 12:00 PM
To play wavs, you can use the PlaySound API.
Search for mp3 player on www.planetsourcecode.com/vb for tons of examples

fkheng
Apr 2nd, 2002, 07:21 PM
I am using the MCI component.

How do I link it to my CD-ROM so that I can turn my program into a CD-Audio player?