droprose

Results 3 issues of droprose

I have an application that copies sqlite from a local package to a local folder and reads it from the local folder. After I created the package into windows store...

I have a mediaelement to play youtube with XAML and code below: XAML: ``` ``` Code: ``` videoLink.Text = "https://www.youtube.com/watch?v=QJ9h7EBs5LU"; string videoLink = VideoLink.Text.Substring(Math.Max(0, VideoLink.Text.Length - 11)); var url =...