How do I show a taskbar notification in my C# application?

前端 未结 2 880
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-17 05:13

I want to show a taskbar notification in my application. How can i achieve this in C#?

相关标签:
2条回答
  • 2020-12-17 05:32

    You can use NotifyIcon

    Also check community response in comments for notable issues of using NotifyIcon.

    0 讨论(0)
  • 2020-12-17 05:35

    There's a good implementation of one of these here on CodeProject: TaskbarNotifier, a skinnable MSN Messenger-like popup:

    alt text

    0 讨论(0)
提交回复
热议问题