单击更改通知图标 [英] Change the notify icon on click

查看:111
本文介绍了单击更改通知图标的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何更改点击鼠标上的通知??我在C#中使用我们,请帮助我,但是此代码不起作用
谢谢大家的回应

ho to change the notifiicon on click mouse?? im usin the c# help me please but this code does not work
thanks all for responding

if(NotifyIcon.Icon == this.eyeIcon)
{
                NotifyIcon.Icon = this.trafficIcon;
}
            else
{
                NotifyIcon.Icon = this.eyeIcon;
}

推荐答案

您做错了.

我知道,这个答案似乎模糊不清,甚至令人费解,但是答案的质量与问题的质量直接相关.提示-我们需要更多信息.
You''re doing it wrong.

I know, this answer may seem vague or even obtuse, but the quality of the answer is directly related to the quality of the question. Hint - we need more info.


这篇关于单击更改通知图标的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆