Title: Play multiple sounds at the same time (no DLL, no DirectX) Description: Playing multiple sounds simultaneously is not an easy task, especially in VB. Most VB applications (and games!) that use sound use the PlaySound() API function [which only allows one sound at a time]; others resort to DirectX or third-party DLLs such as BASS. This project is a first step to ending all that, presenting an API-only method. _________________________________________________________ I don't know if it's compatible with VB5, any feedback on this would be appreciated. _________________________________________________________ Includes an extensive ReadMe file, full demo and clean, commented code. This file came from Planet-Source-Code.com...the home millions of lines of source code You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=66856&lngWId=1 The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.