How to Play an .AVI File Using FoxPro for WindowsLast reviewed: July 24, 1997Article ID: Q124775 |
2.60a 3.00
WINDOWS
kbprg kbdisplay kbmm kbcode
The information in this article applies to:
SUMMARYThis article shows by example how to play a video .AVI file using FoxPro for Windows.
MORE INFORMATIONThe code example below employs the FOXTOOLS.FLL library to register a Windows system function, MMSYSTEM.DLL. MMSYSTEM.DLL ships with Windows versions 3.1 and later. The library is usually located in the \WINDOWS\SYSTEM subdirectory. After the REGFN() function registers the multimedia function, MciSendString, the AVI file plays within a window defined by the program.
Sample Code
|
Additional reference words: VFoxWin 3.00 FoxWin 2.60a
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |