- Код: Выделить всё
Private Sub Form_Load()
Dim DirPath
'm1 - это имя MMControl
m1.DeviceType = "Sequencer"
DirPath = App.Path 'возвращаем имя рабочего каталога программы
If Right(DirPath, 1) <> "\" Then 'проверка того, чтобы в конце
DirPath = DirPath + "\" 'имени был знак "\"
End If
m1.FileName = DirPath + "flo.mid"
m1.Command = "Open"
m1.Command = "Play"
End Sub
Или с помощью MMControla можно воспроизводить только MIDI?