keen
keen

Reputation: 69

Minimize UWP application to system tray

Is there a way to minimize a windows 10 UWP application to the system tray. I've tried googling about this but all i can see is about wpf and windows forms.

Thanks.

Upvotes: 5

Views: 4073

Answers (1)

Ivan I
Ivan I

Reputation: 9990

This isn't possible.

However, according to your description in the comments it is not needed, Cortana will launch your app. You probably have some other problems in handling arguments and finding which methods to override, but as there is nothing specific in your question about that, I can only guess...

Upvotes: -1

Related Questions