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
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.Code:OleToTown.DoVerb
I tried
but it doesn't work...Code:OleToTown.Close
Can somebody help me?
