Dear all, I am using Active X control in my C# application and i am trying to change the aspect ratio of the video input dynamically after opening the movie file. Open() { vlc2.playlist.items.clear(); vlc2.playlist.add(url, " ", VlcOption); vlc2.playlist.play(); vlc2.video.aspectRatio = &q...