The following code produces a sound that's like a tone or a soft bell, indicating that an action has completed successfully:
Can anyone provide the code for the opposite? You know like if you tried to do something in Windows that was invalid. Is there some kind of default sound indicating an error that I can invoke on a Windows computer in VB.Net similar to the one above only discordant?Code:System.Media.SystemSounds.Beep.Play()




Reply With Quote