I'm doing an application that target Windows 10 (maybe 11). My first choice was WinUI 3. But I realized that there are things that are not completely implemented and some controls are not stable yet (datagrid for exemple).
So I tried UWP and WinUI 2.6. The problem that I had with this is the systray. I found this link and it seams to works well. I managed to minimize the window on closing but I can't hide the app in the taskbar.
- Is there a way to create a desktop application (no UWP) with no restrictions and using WinUI 2.6 ?
- Regarding my application, is there any chance that I can hide the app in the taskbar ?
- I saw WPF and Winforms use net5.0. Can I use UWP with net5.0 too ?