Replies: 1 comment 4 replies
-
This depends on what do you mean by manifest nonsense. Setting the application so that it is compatible with Windows 10 is required. DPI awareness is also required because it uses pointer input. If the application is manifested to be Windows 10 compatible and high DPI aware, then it certainly is possible. It would have to be framework dependent, since the registrations for self contained would have to go into the application manifest. The big issue here is that doing this will cause global changes to the process. |
Beta Was this translation helpful? Give feedback.
4 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
So we have a full ui framework lifted from windows built-in UWP, is it possible to build a winui3 app as a dll so that I can easily bring it as a plugin for any other program? I need a working example that requires no change to an existing hosting program (so that it does not require a manifest nonsense that xaml island needs).
Beta Was this translation helpful? Give feedback.
All reactions