大家有没有用过这个控件,有没有遇到过我这样的问题呢? 程序结束后,它仍然显示。当鼠标移上去后,才会消失。 如果是正常关闭程序,那我可以通过关闭触发事件来让它消失,可是如果程序异常中止,就只能鼠标移上去才能使它消失。
I've got a NotifyIcon I display in my system tray, and I'd like to add a right-click context menu to it. It seems simple, but so far I can't get it to work. Here's ...
这个例子使用了winForm中的notifyicon 也不错啦。简单易行 ...