CompuServe Thread

#Custom AAplay.exe MIDI

3 messages in this thread
#65312From: Phil ShatzNov 7, 1993 3:26 PM
Check out a file called BROWZ.ZIP posted in the libraries under my id number. I distribute VB 1.0 source in this file for using the custom control to play MIDI files via MCI. Why do you need to play the MIDI with the custom control when you can just make an MCI call?
#65444From: Mechprogramming!Nov 8, 1993 12:04 PM
Hi Phil! Yes you're right. Now i play the animation,midi and wave with the mci-call. My only problem is the title of the animation_window, which display the filename and directory of the .fli-file. How can i get rid off it? Markus
#65639From: Phil ShatzNov 9, 1993 11:52 AM
Hey Markus the file name in the title bar is just the caption property. Its real easy to change. Of course you can just set the full screen property to true and (assuming your control panel drivers is setup correctly) your flic will play centered against a black screen.