ich will jetzt
PlaySound(PChar(ComboBox1.Text), 0, SND_ALIAS);
wiederholen lassen endlos
so nun habe ich gemerkt das das programm dan stockt
nun wollte ich fragen ob ich da lieber den mediaplyer nehmen sollte
oder ob es da eine andere lösung noch gibt
und wie ist es dann zb möglich die sonds
Zitat von
BenjaminH:
@shmia Vielen Dank
@Computerbabalulu In der Delphi Hilfe und in der Windows
SDK habe ich dazu nichts gefunden, aber
@AndreasG
Hier habe ich das gefunden:
Code:
Sound Events Table
==================
SystemAsterisk - Asterisk
Default - Default Beep
EmptyRecycleBin - when recycle bin is emptied
SystemExclamation - when windows shows a warning
SystemExit - when Windows shuts down
Maximize - when a program is maximized
MenuCommand - when a menu item is clicked on
MenuPopup - when a (sub)menu pops up
Minimize - when a program is minimized to taskbar
MailBeep - when email is received
Open - when a program is opened
SystemHand - when a critical stop occurs
AppGPFault - when a program causes an error
SystemQuestion - when a system question occurs
RestoreDown - when a program is restored to normal size
RestoreUp - when a program is restored to normal size from taskbar
SystemStart - when Windows starts up
Close - when program is closed
Ringout - when (fax) call is made outbound and the line is ringing
RingIn - incoming (fax) call
die ja für playsound gedacht sind in den mediaplyer bekomme?