Hi Marc, I am also working on the VLC .Net Interface. I guess, the available enum are these... public enum PlayerState { None = 0, Playing = 1, Paused = 2, } So i belive, the best that you use is VLanControl.PlayerState.Playing :D Hey, I have a problem too, :oops: I have also created the DLL, After ...