Redraw balloon tip and tooltip in C#?
Posted
by Rryk
on Stack Overflow
See other posts from Stack Overflow
or by Rryk
Published on 2010-04-08T21:01:27Z
Indexed on
2010/04/08
21:13 UTC
Read the original article
Hit count: 462
I wrote a C# application that is a simple countdown timer. I use it myself to keep track of cooking time (not to forget about boiling pasta) and other purposes.
It works in the tray. When hovering the icon it shows remaining time as a tooltip. When clicked it shows remaining time in a balloon tip. I would like displayed time to be "ticking down", i.e. to update every second.
How do I force update/redraw of the balloon and tool tip?
© Stack Overflow or respective owner