Help with NotifyIcon on Windows 7
-
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.
~ Soumya92
-
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.
~ Soumya92
Be sure you've assigned an icon to
NotifyIcon
component. UnlikeForm
s, there's no default icon for tray icons (so they won't show unless you've assigned one).Adam Maras | Software Developer Microsoft Certified Professional Developer
-
Be sure you've assigned an icon to
NotifyIcon
component. UnlikeForm
s, there's no default icon for tray icons (so they won't show unless you've assigned one).Adam Maras | Software Developer Microsoft Certified Professional Developer