Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The following code example plays theExclamationsystem sound at run time. For more information about system sounds, see SystemSounds.
Example
Public Sub PlayExclamation()
SystemSounds.Exclamation.Play()
End Sub
public void playExclamation()
{
SystemSounds.Exclamation.Play();
}
Compiling the Code
This example requires:
- A reference to the System.Media namespace.
See Also
Tasks
How to: Play a Beep from a Windows Form
How to: Play a Sound from a Windows Form