Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Playing an audio clip
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01209384
Message ID:
01209385
Vues:
14
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform