-
Hi, I am creating a WinUI application with a TrayIcon like the H.NotifyIcon.Apps.WinUI example. In the H.NotifyIcon.Apps.WinUI example the name of the program listed is "H.NotifyIcon.Apps.WinUI". My question are how do I change this name ? Thanks Sonni |
Beta Was this translation helpful? Give feedback.
Answered by
HavenDV
Jan 17, 2024
Replies: 1 comment 3 replies
-
As far as I remember, it takes the name from Package.appxmanifest |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
May be just Assembly Name/Exe file name? Try to rename project or use
<AssemblyName>YourName</AssemblyName>
in your properties in .csproj file.Because I'm not sure about unpackaged WinUI apps, it does not use Package.appxmanifest.