Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Playing an audio clip
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01209384
Message ID:
01209385
Views:
16
This message has been marked as the solution to the initial question of the thread.
A very simple one would be
declare long ShellExecute in "shell32.dll" ;
	long hwnd, ;
	string lpszOp, ;
	string lpszFile, ;
	string lpszParams, ;
	string lpszDir, ;
	long nShowCmd
   	
ShellExecute(0,'Open', <SoundFile>,'','',0)
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform