Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Playing mp3 files in Visual Fox Pro Forms
Message
De
27/10/2003 02:29:36
 
 
À
27/10/2003 00:15:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00842780
Message ID:
00842816
Vues:
15
winfred,
this is a sample program in vfp directory
go to menu->program->do in dialogbox select samples directory (in root directory of vfp)
go to solution directory then run main.prg or solution.app and then in
windows api select "play multimedia files using MCI commands"
you can run sample or see code
if you dont have samples directory i can send this sample to your email

in this command;
*
DECLARE INTEGER mciSendString ;
IN WinMM.DLL ;
STRING cMCIString,;
STRING @cRetString,;
INTEGER nRetLength,;
INTEGER hInstance

mcisendstring defined as integer in winmm.dll
winmm.dll is a lib file in win98 at adrress(c:\windows\system)
in win2000 at adrress(c:\winnt\system32)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform