Balloon tooltip with close button - C#
Posted
by Greycrow
on Stack Overflow
See other posts from Stack Overflow
or by Greycrow
Published on 2010-03-10T22:27:48Z
Indexed on
2010/03/11
19:34 UTC
Read the original article
Hit count: 1267
How do I create a ballon tool tip with a close button.
I can show a tooltip:
TaskbarIcon.ShowBalloonTip(10000);
but I can't do the opposite:
TaskbarIcon.CloseBalloonTip();
Or even a way to show a close box on a Balloon Tip.
I saw this question posted on another site but with no (free) answer.
Thanks in advance
© Stack Overflow or respective owner