How to Integrate Microsoft.Maui.Graphics into the UNO Framework in dotnetThis article will guide you on how to integrate Microsoft.Maui.Graphics into the UNO framework.Jan 30, 2024Jan 30, 2024
Notes on Migrating from WPF to UNO under UOSThis article documents my experience in migrating a small WPF application to the UNO framework for support on the UOS(统信).Dec 20, 2023Dec 20, 2023
How to generate NuGet package with Git Tag version using GitHub ActionWe can trigger the GitHub Action by Git tag pushed and we can read the Git tag name as the version. And then we can generate the NuGet…May 28, 2020May 28, 2020
WPF 源代码 从零开始写一个 UI 框架需要知道 WPF 是一个 UI 框架,作为一个 UI 框架,最主要的就是交互。也就是 UI 框架需要有渲染显示和处理用户输入的功能。 如果直接告诉大家 WPF…Mar 5, 2020Mar 5, 2020
UWP how to get the touch widthThe touch width can help us to make a gorgeous application. This article tells you how to get the touch width from the PointEvent in UWP.Nov 6, 2018Nov 6, 2018
Roslyn how to use WriteLinesToFile to write the semicolons to fileAs you know, the WriteLinesToFile will separate the item by semicolons. How can we use WriteLinesToFile to write the semicolons to file?Nov 1, 2018Nov 1, 2018
How to parse version rangeNow we are making a solution that has to get the package reference. But the version of package reference is a range and the default version…Jun 23, 2018Jun 23, 2018
How to use code to exit the application in UWPI will tell you how to exit the application in UWP by the code.Jun 15, 2018Jun 15, 2018
windows 10 touch bug in 17025I found the easy way to make the UWP app touch not work in win10 17025(until 17134). To create a wpf app with transparent background and…Jun 15, 2018Jun 15, 2018