Hi
I've got a serious problem with mod files, the problem it's when a mod file reach the end i can't play the next one in the playlist (mod or mp3) but if it's a mp3 file playing and the next one it's a mod file or a mp3 file then here i can play it, what's wrong, i use the following code (Delphi) in the timer1timer procedure: (i think the problem it's here)
if vrtrackbar1.position = vrtrackbar1.maxvalue then
begin
if listbox1.items.count <> 0 then
playlpos := playlpos + 1;
playfile(playlpos);
end;
NOTE: PlayLPos = ListBox1.ItemIndex.
Can anyone help me please?
Sorry for my bad English
Thanks,
UltraMAX.