can anyone tell how to get the status of the mp3 filelike is it paused or is it playing?
also how do i skip the track foward'in vb6'I tried this but did not work'what is the correct way?'Dim x As Longx = BASS_StreamGetLength(chan)x = x + 2000Call BASS_ChannelSetPosition(chan, x)