(Gast)
n/a Beiträge
|
AW: Sound abspielen bei wechseln des Tabs einer PageControl ?
23. Apr 2012, 18:13
Delphi-Quellcode:
uses mmSystem
if FileExists(FilePath) then
//SndPlaySound(PAnsiChar(FilePath), SND_ASYNC );
PlaySound(PChar(FilePath), hInstance, SND_ASYNC or SND_FILENAME);
|
|
Zitat
|