Replies: 2 comments 3 replies
-
I believe you can get win32-handle from WinUI Desktop Window instance. |
Beta Was this translation helpful? Give feedback.
2 replies
-
This is known broken and I hope it gets resolved before 1.0, because the workarounds are absolutely ridiculous. microsoft/microsoft-ui-xaml#3689 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In XAML Controls Gallery project which is implemented by UWP, plenty of functions are implemented through UWP API, such as set title bar:
Further, in UWP to set window default size, the code could be:
But in WinUI desktop application, I could not find any API like CoreApplication or ApplicationView, could it be solved?
What's more, when I used Project Reunion template to create new project, the Package project was always created automatically and application could not run without it, is there anyway to remove it and I can run *.exe like traditional programs?
Beta Was this translation helpful? Give feedback.
All reactions