Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
3.86/5 (3 votes)
See more:

Hi All,

I am writing a small app that shows a dialog when its tray icon is clicked. The problem is, on Windows 7 the NotifyIcon does not appear at all. I checked both the normal tray and the hidden icons. It is not there. I also checked the visible property of the icon, both at designtime and runtime. Also, any balloon tips to be shown are not shown.

Any help in this matter would be appreciated.

Thanks.

Posted
Updated 25-Aug-09 10:30am
v2

1 solution

Be sure you've assigned an icon to NotifyIcon component. Unlike Forms, there's no default icon for tray icons (so they won't show unless you've assigned one).

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900