PDA

View Full Version : selecting soundcard with visuall c++ 8


darrenls59
05-22-09, 11:05 PM
Hello. I'm trying to write a bit of software that allows me to play sound from a chosen soundcard. so far i got it to play the sound, that was the easy part but if i want to change the soundcad i understand i use a command called "mciSendCommand". How do i implement this into visual c++ 2008? Thank you.