Visual basic MIDI file
Visual basic MIDI file
Hi there, i have used a MIDI file in a OLE object in my Visual Basic project. now i want the file to play automaticly when i start the program. how do i do this? : /
- CommonStray
- Forum Assassin
- Posts: 1216
- Joined: 20 Aug 2005, 16:00
- 19
Code: Select all
Private Sub Form_Load()
OLE1.Action = 7
End Sub
- CommonStray
- Forum Assassin
- Posts: 1216
- Joined: 20 Aug 2005, 16:00
- 19
- CommonStray
- Forum Assassin
- Posts: 1216
- Joined: 20 Aug 2005, 16:00
- 19
- CommonStray
- Forum Assassin
- Posts: 1216
- Joined: 20 Aug 2005, 16:00
- 19
here
http://builder.com.com/5100-6228-5430873.html
this shows you how to implement sounds for user interaction, just remember you want it to play when your application starts so some initialization coding will be in
Private Sub Form_Load()
to achieve it
hope this helps letme know how it goes
http://builder.com.com/5100-6228-5430873.html
this shows you how to implement sounds for user interaction, just remember you want it to play when your application starts so some initialization coding will be in
Private Sub Form_Load()
to achieve it
