Ver Mensaje Individual
  #4  
Antiguo 31-07-2010
Avatar de rgstuamigo
rgstuamigo rgstuamigo is offline
Miembro
 
Registrado: jul 2008
Ubicación: Santa Cruz de la Sierra-Bolivia
Posts: 1.646
Reputación: 17
rgstuamigo Va por buen camino
Arrow

Sencillamente usando la funcion(API) MessageBeep, por ejemplo te pongo tres sonidos distintos:
Código Delphi [-]
MessageBeep(MB_ICONASTERISK);
-----
Código Delphi [-]
MessageBeep(MB_ICONERROR);
-----
Código Delphi [-]
MessageBeep(MB_ICONEXCLAMATION);
Tú eliges cuál te gusta más.
Saludos...
__________________
"Pedid, y se os dará; buscad, y hallaréis; llamad, y se os abrirá." Mt.7:7
Responder Con Cita