Functions.LibVlc vlc = new Functions.LibVlc(); vlc.Initialize(); vlc.VideoOutput = pictureBox1; vlc.PlaylistClear(); vlc.AddTarget("S:\\test.avi"); vlc.Play(); Thats the code I used to make it work. I did change the namespace in my applicaiton to Fucntions.LibVLC though so that line would...