universal app

  1. K

    Windows 10 Can't save to text file with visual c# universal app

    Link Removed 0 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

    Windows 10 Windows 10 IoT Unviersal App executable?

    I have Raspberry PI3 with Windows 10 IoT installed and I wan't to control leds that are connected to Raspberry PI3 from another Windows tablet or computer with done with Visual Studio. That much I know it is possible with Universal App. But is it possible to control the leds from an independent...
  3. Wallpaper Studio 10 Offers Microsoft Band 2 Screen Support

    A universal app for Windows 10 now supports the Band 2 screen size for customizations. read more Continue reading...
  4. Audiobooks from Audible now available for Windows 10

    Audiobooks change the way you enjoy your favorite books and discover new ones in many ways, from how the text comes alive to the freedom you have as you’re “reading.” Link Removed, the premier online provider of digital audiobooks and more, just brought its great selection and impressive...
  5. Gallery - Universal Windows App Store on the Web

    Windows 10 will be generally available on 29 July 2015, just two weeks from today, and Microsoft has launched a new web based Windows Universal App store. read more Continue reading...
  6. UWP - getting started with win2d | Creating a Universal App in VB

    Fast accelerated graphics! with an clean easy API! That's the promise of Microsoft's Win2d library. In this video I walk through, from scratch, how to create a simple animated graphics application for UWP using .NET. There are full notes (and links to source code) on my blog: Link Removed...
  7. UWP - port from 8.1 universal app to Win10 | Creating a Universal App in VB

    This live video shows me porting an 8.1 universal app to Win10. For more details, please read the accompanying blog: Link Removed Link Removed Link Removed
  8. How to make a Windows Store game with C# and XAML, part 3

    This guest blog post is the final post of a 3-part series written by Windows developer Jani Nevalainen. Please see the original 3rd post on Jani’s blog Link Removed, and refer to Part 1 Link Removed and Part 2 here. Moving the ship When we’re doing a universal app, we have to take in account...
  9. Last Week on Channel 9: March 23rd - March 29th, 2015

    I try to keep this list down to only 10-15'ish shows but this past week was a huge one for content, series and announcements. One of the big ones was from Scott Guthrie, Azure App Service announcement. Beyond that Windows 10 news, Win10 dev and the coming C# 6/.Net Core 5 and so much more...
  10. A first look at the Windows 10 universal app platform

    Earlier today at Mobile World Congress in Barcelona, I provided developers a first look at the Windows 10 developer platform strategy and universal app platform. I encourage you to tune in to our Build conference in April for the full story. Windows 10 represents the culmination of our platform...
  11. You Can Download The Office 2016 Preview For Windows 10 Now

    One of the key announcements during the Windows 10 briefing earlier this month was Office 2016 , which will run as a universal app across all Windows 10 devices. If you’re running the Windows 10 Technical Preview, you can now download beta versions of Word, Excel and PowerPoint from that suite...
  12. WeatherView, a C# Universal App Sample

    Today's project shows off a simple yet "real" universal application that's already available in the Stores for free, but the source is available too... Link Removed This is a sample which creates a universal Windows app written in C#, that runs on both Windows 8.1 and Windows Phone 8.1. You...