Click here to Skip to main content
15,889,266 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My app does not support UWP and so I am using NotifyIcon for notifications. Now the issue is, if we persist NotifyIcon for sometime, then on Windows 10 boxes, it goes and settles in the Windows Action Center. My requirement is that I want to persist these icons on the System Tray, but not in the Action Center.

What I have tried:

I have tried few alternatives including one sample from msdn got from the link below, but nothing works out.
Browse code samples | Microsoft Docs[^]

With this sample code which used "ToastNotification", I was able to get the notifications, but they did not persist in the system tray area.

Manually disabling Action center for certain apps, as recommended on few sites, is not a suitable option for me.

So, can anyone guide me on how can I achieve this ?
Posted
Updated 3-Dec-19 23:31pm
v3

1 solution

Quote:
My requirement is that I want to persist these icons on the System Tray, but not in the Action Center.
That is a configuration option that is under the control of the user.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900