系统托盘气泡未显示(在 XP 中启用了气泡)
我想知道出了什么问题,在这里搜索后我发现这可能是由于气球失效造成的,但这不是我的情况。 我正在使用简单的代码,但它不起作用。谢谢
NotifyIcon ntf = new NotifyIcon();
ntf.BalloonTipText="bla";
ntf.Visible=true;
ntf.ShowBalloonTip(3000);
I was wondering what is wrong and after searching here I found out it could be due to disabled balloons, but thats not my case.
I am using simple code, but it doesnt work. Thank you
NotifyIcon ntf = new NotifyIcon();
ntf.BalloonTipText="bla";
ntf.Visible=true;
ntf.ShowBalloonTip(3000);
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你也应该添加图标
You should add Icon too