Hi, can anyone help me with starting to use VLC control in WPF application? At the moment I did: Added references in to my project Created control in XAML And here is my code: ###XAML### xmlns:pl="clr-namespace:Vlc.DotNet.Wpf;assembly=Vlc.DotNet.Wpf" ... <Border Grid.Row="2" Heig...