You create separate windows tray application. This application would start the GUI app when required.
Create a MAUI application that lives in the system tray (Windows)
Sanket Vinod Solanki
30
Reputation points
Hi,
We want to create an application that essentially lives in the system tray.
When a user wants to do something, they right-click on the icon, choose what they want to do from the context menu of system tray, and that starts the GUI with the choice they made.
If the user closes the GUI, the system tray application stays running.
We cannot easily figure out how to do that in MAUI.
Please suggest on this.
Accepted answer
1 additional answer
Sort by: Most helpful
-
Alessandro Caliaro 4,186 Reputation points
2023-03-08T05:07:27.68+00:00 It seems that WinUI App could not work in background,
Here a post