Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
?? chr(7) and Command button pictures
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00198543
Message ID:
00201209
Vues:
23
Hi Claude,

Because no-one yet given you the API call for that :)

if you need the standard beep:

DECLARE Beep in Win32API
Beep()

and if you have to play a WAV file:

Declare PlaySound in WinMM.Dll String, Integer, Integer
PlaySound( lcFile,0,0x00020000)

BTW, this is a known bug in VFP 6.

Christof
--
Christof
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform