We are pleased to present below all posts tagged with 'Windows 10'. If you still can't find what you are looking for, try using the search box.
I had a problem in Windows 10, which meant I couldn’t blog for 4 days: After some updates and other changes, my Windows 10 Start Menu wouldn’t work. Not hardware as Window-L worked and if I login as another user on same machine, there were no issues. It must have been something in my user directory. This is what I tried and what worked. Includes how to remove and restore a user on Windows 10.
This blog discusses a UWP (Universal) app that enumerates the drivers on a Windows 10 system (including IoT). Its like the Windows Device Manager app. Full source code is available.
Whilst the Raspberry Pi 2 has extensibility through GPIO, I2C, SPI and Single wire, the main interface for adding off-the-shelf peripherals is via USB. Unlike the desktop, there is though only a limited set of USB peripherals that can be used on the RPI2 running Windows 10 IoT in the first release. This series of articles looks at what is available and what the overarching issues are. The first Article is “Connected Devices”
Peripheral devices can be connected to the Raspberry PI 2 via the four USB host ports. The connected devices can be examined in a number of ways. This blog examines these methods.
The following is an identification of the changed project files for an RC version of a Universal App with the RTM version of the project.
The following is the comparison of the project files contents (.csproj) for a RC version of a Universal App with the RTM version of the project
Windows 10 RTM and Visual Studio 2015 RTM are up and running including UWP(Universal) apps. I’m happy now. There is though a problem with UWP(Universal) app RC projects. Also, Windows Remote Arduino is simple to update.
The Visual State Manager can be configured to change the properties of UI controls when aspects of the UI are triggered. This blog completes the SQLite UA app by resizing the command buttons when the app runs on a small screen such as a Windows 10 phone.
The previous blog created the UA project, inserted the required SQLite bits and set up the XAML user interface. This part covers the functional code.
A truly Universal App will run on all Windows 10 targets, with only a targeted CPU change and rebuild required. This second part of this blog series sets up a UAP/UWP project to make use of the file base SQLite database engine. This part creates the project, gathers the required bits and sets up the user interface. Parts three covers the functional code.