79641874

Date: 2025-05-28 09:16:21
Score: 1
Natty:
Report link

Apparently there is no pure WPF bindings by Microsoft, but as mentioned before you can use one of third-party implementations.
Alternatively, you can do it by yourself from the scratch:

It all boils down to WinAPI calls:
https://learn.microsoft.com/en-us/windows/win32/api/shellapi/nf-shellapi-shell_notifyicona?redirectedfrom=MSDN
Those are C# bindings for those WinAPI functions:
https://www.pinvoke.net/default.aspx/shell32/Shell_NotifyIcon.html?diff=y

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Krypt