Wobei die Töne ja volle Absicht sind.
Delphi-Quellcode:
MessageBox(0, 'Normal', 'Caption', MB_OK);
MessageBox(0, 'Error', 'Caption', MB_OK or MB_ICONERROR);
MessageBox(0, 'Question', 'Caption', MB_OK or MB_ICONQUESTION);
MessageBox(0, 'Warning', 'Caption', MB_OK or MB_ICONWARNING);
MessageBox(0, 'Info', 'Caption', MB_OK or MB_ICONINFORMATION);
Wer auch bei den FelphiDialogen diese Töne haben will ...
MessageBeep.
Wenn du diese Töne nicht magst, dann stell sie in deinem Windows ab, also dort in der Systemsteuerung.