Hello, I'm making an audio player with VB 2005 and I was thinking of using VLC ActiveX. This is how I open an audio file and start playing it: VLC.playlistClear() VLC.addTarget("D:\Track03.MP3", Nothing, AXVLC.VLCPlaylistMode.VLCPlayListInsert, 0) VLC.play() But how can I detect the end of...