home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / Play_multi20264710232006.psc / @PSC_ReadMe_66856_1.txt next >
Text File  |  2006-10-23  |  1KB  |  15 lines

  1. Title: Play multiple sounds at the same time (no DLL, no DirectX)
  2. Description: Playing multiple sounds simultaneously is not an easy task, especially in VB.
  3. Most VB applications (and games!) that use sound use the PlaySound()
  4. API function [which only allows one sound at a time]; others resort to DirectX
  5. or third-party DLLs such as BASS. This project is a first step to ending all
  6. that, presenting an API-only method.
  7. _________________________________________________________
  8. I don't know if it's compatible with VB5, any feedback on this would be appreciated.
  9. _________________________________________________________
  10. Includes an extensive ReadMe file, full demo and clean, commented code.
  11. This file came from Planet-Source-Code.com...the home millions of lines of source code
  12. 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
  13.  
  14. 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.
  15.