Create a MAUI application that lives in the system tray (Windows)

Sanket Vinod Solanki 0 Reputation points
2023-03-08T05:03:30.4633333+00:00

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.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
1,070 questions
No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Alessandro Caliaro 3,436 Reputation points
    2023-03-08T05:07:27.68+00:00

    It seems that WinUI App could not work in background,

    Here a post

    https://github.com/microsoft/microsoft-ui-xaml/issues/6723