06/03/2013, 14:45
|
| | Fecha de Ingreso: febrero-2013 Ubicación: Arequipa
Mensajes: 14
Antigüedad: 11 años, 11 meses Puntos: 1 | |
Respuesta: reproducir sonido sin que se abra el reproductor? Con SoundPlayer hago sonar un pitido de error en el sistema
System.Media.SoundPlayer player = new System.Media.SoundPlayer();
player.SoundLocation = @"sounds\error.wav";
player.Play(); |