[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
OtherOS » cppint » CSharpFAQ » CppConstructor » JavaScript » userpage » Bar Code » Acoustic Coupler » CppBitsetH » gwbasic » CppVclPlaySound
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
OtherOS » cppint » CSharpFAQ » CppConstructor » JavaScript » userpage » Bar Code » Acoustic Coupler » CppBitsetH » gwbasic » CppVclPlaySound
(C++ VCL) PlaySound
Command to play a sound. Example:const String fileName = "PiedFlycatcher.wav"; if (FileExists(fileName)==true) PlaySound("PiedFlycatcher.wav",0,SND_FILENAME | SND_ASYNC);
- include <mmsystem.h> //For PlaySound
- include <SysUtils.hpp> //For FileExists
'PlaySound' links
- C++ Builder
- C++ CLX
- C++ Win32 API
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
