WinUI
Jun 27, 2017

The right way to check for key state in UWP apps

Are you having trouble checking if the Ctrl key is pressed in your UWP app? This blog post dives into the intricacies of key states and reveals a hidden caveat you need to be aware of. Find out how to correctly handle key states and ensure reliable keyboard input in your apps. Check it out now!

Development General WPF
Sep 28, 2015

How to show touch keyboard on touch interaction with WPF TextBoxes

Discover how to solve the problem of touch-enabled keyboards not automatically appearing in Windows Presentation Foundation (WPF) apps. Learn about hacky and simpler solutions, and find out how the issue has been addressed in the updated .NET Framework 4.6.2.