Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Playing a BEEP
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00120982
Message ID:
00121103
Vues:
17
>Is there a way to play a BEEP in VFP besides CHR(7) on a machine without a sound card?
>
>CHR(7) does not have a consistent sound between machines and really can not be heard on some. Setting BEEP to a WAV file does not play on a machine without a sound card. What I would really like is to know if there is a BEEP that has tone and duration control.

You could try:
procedure beep_beep
*
* nBeep =  0 default sound (no icon w.r.t. MessageBox)
*         16 critical stop (stop sign)
*         32 question      (question mark)
*         48 exclamation   (exclamation point)
*         64 asterisk      (information symbol)
*
parameter nBeep
declare integer MessageBeep in Win32API ;
   Integer nBeep
=MessageBeep(nBeep)
return
Don't know if sound card is required though. I don't have a machine without all this anymore to try it with.
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform