I was using an older version I believe it was 1.1.3 im not sure and In that one a simle VLC.Video.ToggleFullscreen got the activeX in fullscreen mode. Now that same code doesn't do anything. In the Boolean to check whether or not its in fullscreen, VLC.Fullscreen = True?. Shows that its in fullscreen but the active Does not go into Fullscreen. Please help!
Video2.playlist.add(path, "file")
Video2.playlist.play()
video2.video.togglefullscreen()