I've upgraded my .NET project to VLC 1.1.0 RC1 ActiveX, since this release togglePause doesn't work anymore. player.AutoPlay = False player.playlist.add(file, "", ":no-video-title-show :codec avcodec") player.playlist.playItem(0) //Used for preloading the movie While Not player.i...