Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Programmieren allgemein (https://www.delphipraxis.net/40-programmieren-allgemein/)
-   -   Sound abspielen (https://www.delphipraxis.net/189743-sound-abspielen.html)

strom 15. Jul 2016 10:08

Sound abspielen
 
was ist hier falsch ???

MMSystem

Delphi-Quellcode:
sndPlaySound(ExtractFilePath(ParamStr(0))+ 'Alert.wav'),SND_NODEFAULT Or SND_ASYNC Or SND_LOOP);

EWeiss 15. Jul 2016 10:40

AW: Sound abspielen
 
http://www.askingbox.de/frage/delphi...d-sndplaysound

gruss

t.roller 15. Jul 2016 10:49

AW: Sound abspielen
 
Delphi-Quellcode:
sndPlaySound(PCHAR(ExtractFilePath(ParamStr(0))+ 'Alert.wav'),SND_NODEFAULT Or SND_ASYNC Or SND_LOOP);

EWeiss 15. Jul 2016 10:55

AW: Sound abspielen
 
PWideChar..

bist sicher das sndPlaySound unter W10 noch läuft?

gruss

t.roller 15. Jul 2016 11:22

AW: Sound abspielen
 
sndPlaySound unter W10 geht.


Alle Zeitangaben in WEZ +1. Es ist jetzt 05:43 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz