I really need your help with this one...

I've got an OLE object thatis a MIDI file in my program.
I used the command


Code:
OleToTown.DoVerb
to run it, but now when my form unloads the music is still playing so I have an error. I would like it to stop on the click of the OK button.

I tried
Code:
OleToTown.Close
but it doesn't work...

Can somebody help me?