-
**Describe the bug**
When creating a XAML control/page, it's not possible to make it implement a classic COM interface (as C++/WinRT does it, by appending it to the base template arguments: `Somethin…
-
### Windows Terminal version
1.17.11461.0 and 1.18.1462.0
### Windows build number
10.0.22000.1936
### Other Software
_No response_
### Steps to reproduce
Open Terminal and create a session of …
-
## Describe the bug
When attempting to sort the datagrid as described here: https://docs.microsoft.com/en-us/windows/communitytoolkit/controls/datagrid_guidance/group_sort_filter, the app crashes…
-
### Bug explanation
I'm trying to make a preloader using DialogHost (I need to display a loading indicator and lock the application while the data is being loaded)
However, when I call DialogHost.…
-
### Please confirm these before moving forward
- [X] I have searched for my issue and have not found a work-in-progress/duplicate/resolved issue.
- [X] I have tested that this issue has not been fixe…
-
After updating the xaml host package of my application (.net winforms with a custom XAML island control) I noticed that the application did not run anymore on certain machines (crashed at startup with…
-
# Proposal: Win32 apps can use WinRT to create modern window frames.
## Summary
UWP apps are launched with a window created for them by `ApplicationFrameHost.exe`. These are customized Win32 windo…
-
### Describe the bug
In a WinUI 3 XAML-hosted application, when closing an explicitly created child window, it throws exception and causes application crash.
We are creating and activating a WinUI 3…
-
Hi!
I'm following the tutorial
**Host a standard WinRT XAML control in a C++ desktop (Win32) app**
and was wondering what is the purpose of this line in the code sample:
case WM_CREATE:
…
-
### Describe the bug
I have downloaded the XAML hosting sample application available in the WindowsAppSDK-Samples repo. It's working fine.
My problem is that the ResourceManagerRequested event is …