https://sunriseprogrammer.blogspot.com/2025/09/more-visual-studio-and-winui3-issues.html
Sunrise Programmer: More Visual Studio and WinUI3 issues, September 2025 version
I'm getting closer to releasing my next app (tentatively called "Simple Exporter for Bing Maps Collections"), I'm running into more silly i...
visual studiosunriseprogrammer
https://sunriseprogrammer.blogspot.com/2025/07/wierd-issues-in-winui3-webview2-solving.html
Sunrise Programmer: Wierd issues in the WinUI3 / WebView2: Solving the User-Agent problem
TL/DR: To verify that you are setting the right user-agent, you have to check the "web resource requested" event's copy of the request head...
in the
https://sunriseprogrammer.blogspot.com/2025/08/weird-issues-in-webview2-winui3-using.html
Sunrise Programmer: Weird issues in WebView2 / WinUI3: using the ms-appx: scheme
Update your WebView2 WinUI3 code to read ms-appx:/// URLS from your Assets folder It was the simplest of APIs, it was the most irritating o...
https://learn.microsoft.com/en-us/answers/questions/1517175/winui3-how-to-print-the-current-ui-to-pdf-without
WinUI3 : How to print the current UI to PDF without showing Print UI - Microsoft Q&A
Hi, I'm working on WinUI3 desktop app in c++. I want to print the current UI (content of an window) to PDF without should any print UI. I was able to print...
how to print