![]() |
Windows Sounds
Hallo,
ich will mit meinem Programm die Standard Windows Sounds wiedergeben, die der Benutzer ja in "Souns und Audiogeräte" einstellen kann. Wie kann ich jetzt z.B. den Posteingangsbenachrichtigungs-sound abspielen? vielen Dank, Benjamin |
Re: Windows Sounds
Zitat:
Delphi-Quellcode:
uses mmsystem;
... PlaySound('RingIn', 0, SND_ALIAS); |
Re: Windows Sounds
@shmia: hast du eventuell eine Auslistung aller Werte, die moeglich sind ? Oder eine
URL, wo ich das nachlesen kann. |
Re: Windows Sounds
Hi AndreasG :hi:
Wilkommen in der DP :coder: Schau doch mal in die Delphi Hilfe oder besser noch in die Windows SDK. Da steht so einiges über MMSystem und PlaySound. Das sollte dir helfen. Gruß Frank |
Re: Windows Sounds
@shmia Vielen Dank
@Computerbabalulu In der Delphi Hilfe und in der Windows SDK habe ich dazu nichts gefunden, aber @AndreasG ![]()
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 |
Alle Zeitangaben in WEZ +1. Es ist jetzt 01:33 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz