Einzelnen Beitrag anzeigen

Popov
(Gast)

n/a Beiträge
 
#2

AW: Sound abspielen bei wechseln des Tabs einer PageControl ?

  Alt 23. Apr 2012, 17:13
Delphi-Quellcode:
uses mmSystem


      if FileExists(FilePath) then
        //SndPlaySound(PAnsiChar(FilePath), SND_ASYNC );
        PlaySound(PChar(FilePath), hInstance, SND_ASYNC or SND_FILENAME);
  Mit Zitat antworten Zitat