.Windows and Pages General

Every app consists of one or more windows with one or more pages. A new Blank App template project is given a single window with a single page called MainPage. It defines what the user sees once your app has loaded and the splash screen has gone away. MainPage, like any page that would be […]

Read More

HTML Content

Open "Package.appxmanifest" and select Content URIs This houses a list of HTTPS URLs whose JavaScript is allowed (or disallowed) to raise events that can be handled by your app. 

Read More

Splash Screen

See here: https://ibex.tech/windows-iot/windows-iot/uwp-programming-in-c/projects-general/releasing-project      

Read More

Setting Up For Programming in C#

Ensure you have installed the latest Windows 10 SDK https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk Other things to install You will need the SDK for the version of Windows you are running on your device. If you don’t have it when you build you will get and error messaage such as: Error Could not find SDK “WindowsIoT, Version=10.0.17134.0” Visual Studio […]

Read More

Headed vs Headless mode

Windows 10 IoT Core can be configured for either headed or headless mode. Headed mode A UI is provided. A single UI app will be launched at system boot and there can additionally be 0 or more “Background Apps” (StartupTasks). Headless mode There is no UI. The UI stack is disabled and UI apps will not […]

Read More