Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Playing mp3 files in Visual Fox Pro Forms
Message
From
27/10/2003 02:29:36
 
 
To
27/10/2003 00:15:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00842780
Message ID:
00842816
Views:
14
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)
Previous
Reply
Map
View

Click here to load this message in the networking platform