Search results for query: *

  • Users: Kenne76
  • Content: Threads
  • Order by date
  1. K

    Can't save to text file with universal app

    I can't save any changes to the text file settings.txt , but reading the file works. The code is private async void LedShow_Loaded(object sender, RoutedEventArgs e) { var path = @"settings.txt"; var folder =...
  2. K

    Problems to open own developed UWP app with uri?

    I have tried to follow the instructions from this link https://msdn.microsoft.com/en-us/windows/uwp/launch-resume/handle-uri-activation to register an uri for my application. But the app only open the logo and then automatically exit after an certian time when using this code. private async...
  3. K

    How to make your own uwp app to be opened with uri-scheme?

    How do I configure my own uwp app to be opened with uri-scheme?
  4. K

    How to read an certain line from text file with UWP app?

    How do I read for example only the second line from text file located on the Windows Phone SD card or internal storage like an UWP app coded in Visual C#?
Back
Top Bottom