hi all, im using vlc<0.8.6c>.. the following code to play the video in c# .. AxAXVLC.AxVLCPlugin vlc = new AxAXVLC.AxVLCPlugin(); vlc.addTarget(url, ":sout=#duplicate{dst=display}", AXVLC.VLCPlaylistMode.VLCPlayListAppendAndGo, -666); vlc.play(); and the following code to capture snapshot ...