How do I code a program to play music, and what about formats? is that an issue?
Printable View
How do I code a program to play music, and what about formats? is that an issue?
To play wavs, you can use the PlaySound API.
Search for mp3 player on www.planetsourcecode.com/vb for tons of examples
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?