How to make a Windows Forms .NET application display as tray icon?

前端 未结 6 1997
孤城傲影
孤城傲影 2020-12-03 07:44

What needs to be done to have your .NET application show up in Window\'s system tray as icon?

And how do you handle mousebutton clicks on said icon?

6条回答
  •  借酒劲吻你
    2020-12-03 07:53

    Nice little tutorial on using the NotifyIcon class here: http://www.developer.com/net/csharp/article.php/3336751

提交回复
热议问题