Implementing Sound into VBasic Programs
-
Now, I've been flipping through VISUAL BASIC 6.0 STEP BY STEP (the Microsoft book ;P) and it doesn't seem to have any info on implementing sound. I was hoping to make a multimedia database with some background music in it and sounds (like clicking on buttons and such). Help? :( TheBadProgrammer
Everyone welcome the NewbiE!!!! First Programmer: "How many bits are in a bite?" Second Programmer: "You spelled bytes wrong." First Programmer: *stares* "It's a joke, moron." Second Programmer: "Joke...?"
-
Now, I've been flipping through VISUAL BASIC 6.0 STEP BY STEP (the Microsoft book ;P) and it doesn't seem to have any info on implementing sound. I was hoping to make a multimedia database with some background music in it and sounds (like clicking on buttons and such). Help? :( TheBadProgrammer
Everyone welcome the NewbiE!!!! First Programmer: "How many bits are in a bite?" Second Programmer: "You spelled bytes wrong." First Programmer: *stares* "It's a joke, moron." Second Programmer: "Joke...?"
How about the PlaySound(...) Win32 function? IIRC, VB is able to call Win32 functions...? Peace! -=- James.
-
Now, I've been flipping through VISUAL BASIC 6.0 STEP BY STEP (the Microsoft book ;P) and it doesn't seem to have any info on implementing sound. I was hoping to make a multimedia database with some background music in it and sounds (like clicking on buttons and such). Help? :( TheBadProgrammer
Everyone welcome the NewbiE!!!! First Programmer: "How many bits are in a bite?" Second Programmer: "You spelled bytes wrong." First Programmer: *stares* "It's a joke, moron." Second Programmer: "Joke...?"
I use microsoft multimedia control and its quite flexible. give it a try.
-
Now, I've been flipping through VISUAL BASIC 6.0 STEP BY STEP (the Microsoft book ;P) and it doesn't seem to have any info on implementing sound. I was hoping to make a multimedia database with some background music in it and sounds (like clicking on buttons and such). Help? :( TheBadProgrammer
Everyone welcome the NewbiE!!!! First Programmer: "How many bits are in a bite?" Second Programmer: "You spelled bytes wrong." First Programmer: *stares* "It's a joke, moron." Second Programmer: "Joke...?"
DirectSound is another option "An expert is someone who has made all the mistakes in his or her field" - Niels Bohr