Can vb load multiple sound files and store them in memory and use them at an event? :confused:
Printable View
Can vb load multiple sound files and store them in memory and use them at an event? :confused:
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.