Click here to Skip to main content
15,902,112 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I am working on Windows Application. Can I show notify icon in system tray for unlimited time?

Please let me know.
Posted
Updated 17-Aug-12 7:45am
v3
Comments
[no name] 17-Aug-12 14:05pm    
Only for as long as your program is running....
[no name] 17-Aug-12 14:15pm    
what are you trying to accomplish by it ?

Why do you want that?
Only one balloon tip can display on the taskbar at a time. Attempting to display a balloon tip when one is currently displayed on the taskbar causes the timeout value to be ignored. The behavior is slightly different depending on the operating system and whether the balloon tip is from another, or the same, application. When the second balloon tip is from another application, the first balloon tip will display for the minimum timeout value before the second appears, regardless of the value of timeout. (MSDN)
You probably need something custom. Start here:
http://stackoverflow.com/questions/8836463/how-to-create-rich-tooltips-and-rich-balloons-in-notification-area[^]
WPF Taskbar Notifier - A WPF Taskbar Notification Window[^]
 
Share this answer
 
time is ShowBalloonTip` notifyIcon
plz explain more...
 
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