Please help!!!! - How to create a event.DirectAudioPlayback
I use DirectX.AudioPlayback to play mp3 files but I wan't to now when the file is finished.....to play the next one.But how.I use VC# 2005.Please help me.
ps: backmusic = new audio(file);
I have tried with:
private void backmusic_Ending(object sender,EventHandler e)
{
MessageBox.Show("The file has finished");
}
PS: Sorry for the gramatical mistakes.I don't know very good english.THANKS

