Im an using the following code as a wrapper for libvlc however when a file is played it always loops at the end of the track and help in stopping this would be appreciated. This is were i think the problem is ' try init Try ' create instance m_iVlcHandle = VLC_Create If (m_iVlcHandle < 0) Then m_str...