SAMPLE: Using MCI Commands in Visual BasicLast reviewed: August 5, 1996Article ID: Q116082 |
The information in this article applies to:
SUMMARYThe VBMCI sample shows how to use the function "mciSendString()" in Microsoft Visual Basic to play multimedia files. This sample also uses the custom control "MMControl" from the MCI.VBX custom-control file to play multimedia files. You may find it easier to use MMControl to manipulate multimedia files than to use mciSendString() commands.
MORE INFORMATIONThis sample demonstrates only a few of the features of MMControl and a few of the commands strings that mciSendString() can use. The "Microsoft Visual Basic Professional Features," Book 1, contains a complete description of all of the features of MMControl. The following files are included in the file VBMCI.EXE:
FORM1.FRM FRMABOUT.FRM GLOBAL.BAS MCIVBX.FRM OPENDLG.FRM README.TXT VBMCISTR.MAKDownload VBMCI.EXE, a self-extracting file, from the Microsoft Software Library (MSL) on the following services:
REFERENCESYou can find more information on command strings that you can send by using mciSendString() in the following resources:
In addition, there is a helpful topic in both the DK_DOC.HLP and DK_DOC.MVB files titled "Comparing MCIWNDX.VBX to MCI.VBX".
|
Additional reference words: 3.10 1.10 3.00 softlib VBMCI.EXE
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |