
How Do I Loop Midi Files OR keep another form active when they stop
Quote:
> I am making a program that has a midi sequence in the background. When it ends,
> the form it is on becomes active, and comes to the front. How do I prevent
> this?
By playing mine using MMControls, I've never had this problem (see below).
Quote:
> How could i make it so that the midi file restarts itself when it is finished
> playing?
If you play it with a MMControl, there's an event that occurs ('done', I
believe) when it finished executing a command. Put a 'play' command in
here, and it should work. You may have to play around with your MIDI file
to get it to sound right. HTH. Cheers!
--------------------------------------------------------------------------------
"Maybe it's a problem with your source."
- My boss trying, seriously, to help me with a
programming difficulty
--------------------------------------------------------------------------------