Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Playing WAV files
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00088496
Message ID:
00088512
Vues:
25
Frederick,

Here's the API calls as an alternative:

declare integer sndPlaySound in winmm.dll string cSoundName, integer uFlags
x="C:\WIN95\MEDIA\DING.WAV"
?sndPlaySound( x, 16 )

x="C:\WIN95\MEDIA\The Microsoft Sound.wav"
?sndPlaySound( x, 16 ) && delay till finished
?sndPlaySound( x, 17 ) && asynchronous

>Does anyone know the command to play a WAV file in VFP?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform