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 INFORMATIONThe following file is available for download from the Microsoft
Download Center. Click the file name below to download the file: Vbmci.exeFor more information about how to download files from the Microsoft Download Center, please visit the Download Center at the following Web address http://www.microsoft.com/downloads/search.aspand then click How to use the Microsoft Download Center. This 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 REFERENCES
You 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 query words: softlib VBMCI.EXE
Keywords : kbfile kbmm kbsample kb16bitonly kbWinOS310 MMMisc |
Last Reviewed: December 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |