PDA

Click to See Complete Forum and Search --> : Sound for VB??


magoochris
Nov 18th, 2001, 07:33 PM
Can vb load multiple sound files and store them in memory and use them at an event? :confused:

Sastraxi
Nov 18th, 2001, 10:53 PM
You can load the WAV file into a String, then play that string at any time with the SndPlaySound API. Constants to look up for the flags (for your use) would be the SND_ASYNC and SND_NODEFAULT.