Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Playing WAV files
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00088496
Message ID:
00088512
Views:
26
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
Previous
Reply
Map
View

Click here to load this message in the networking platform