home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / mididemo / file_id.diz < prev    next >
Encoding:
Text File  |  1995-12-11  |  352 b   |  1 lines

  1. This program demonstrates how to play midi files in Visual Basic without using the MCI.VBX custom control. Instead, it uses the mciSendString() function to issue MCI commands. For the program to work properly, both the mciSequencer driver and the Midi Mapper must be installed. The program has numerous comments which should explain things pretty well.