I have a created Windows Service that works in WCF. Stacked on top of that is a program that communicates with said service. Now and then, I need to raise an alarm to the user using a Balloon Tip provided by the Notify Icon. However, in Windows 7, some
of my users are reporting that the icon doesn't show up. When I try to replicate the issue, I get some inconsistent results. For example, when I first log in to the computer the icon is readily available and sometimes already is displaying the alert. However,
when I ran it just after installation the balloon didn't show. Is there something special for Windows 7 that I need to account for when I'm displaying Tips?
↧