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.
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>