Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

C# form show notifications without any tray icon

I want to use NotifyIcon, but I don’t want any icons to appear in the lower right field, is this possible?
Or does anyone have an alternative solution suggestion?
I want to send a notification until the user sees the notification, the visibility will be turned on, but there will not be any icon in the lower right part. It will only appear in the notification panel on the right.

I tried to hide icon.But couldn’t.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

Set NotifyIcon.Visible = false

alternatively you could use the Windows Toast notification if you are using .net5.0 or higher.

As described on Microsofts site, it only works with specific TFs.

.net6 is given on MS Site, for .net5 you can use <TargetFramework>net5.0-windows10.0.17763.0</TargetFramework>

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading