MrEARTHSHAcKER 0 Light Poster

Hi,

I need little help with using MediaPlayer from System tab in Borland Builder 6 for C++.
Does anyone know what member function of MediaPlayer returns bool variable which tells us is music currently being played or not?

I have seen solution for this problem where we use Timer which has frequency which equals the length of song that is being played, so as soon as specified time passes, Timer switches to the next song.
But I wish to know is that the only way.

Thank you!