Morten Nielsen
Morten Nielsen
WIP for a WinUI3 port of the [CaptureElement](https://learn.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.captureelement?view=winrt-22621) control.
Complete: Find and report APIs that needs an `IsSupported` check TODO: Check whether API has been guarded with a platform or is-supported check.
Instead of getting DPI and doing conversions, consider changing all that code to use the `ContentCoordinateConverter`: https://learn.microsoft.com/en-us/windows/windows-app-sdk/api/winrt/microsoft.ui.content.contentcoordinateconverter?view=windows-app-sdk-1.4 
### Is there an existing issue for this? - [X] I have searched the existing issues ### Did you read the "Reporting a bug" section on Contributing file? - [X]...
### Type of issue Missing information ### Description Often you want to deploy data with your app in the Raw folder. On Windows and iOS you can access these directly,...
I'd like the ability to run a batch script and display the output in the status. Status is green if the script succeeds, and the description will show the output....
It would be cool to have a webpage monitor that'll ping a webpage and download the contents. If the contents suddenly change from previous checks, it should raise an alert....
If you only get one result back, and that result is a point, instead of using the click point as the identify location for the popup, use the geometry of...