I don't see any way to definitively tell when the balloon is shown.
You can subscribe to the BalloonTipShown event to know when it is
first shown, and to BalloonTipClosed to know when the user closes it.
You could guess at when the control will close the balloon itself by
starting a timer, but the OS can choose to show it for a different
time than you asked.
Why do you want to know if the balloon is visible?
I don't see any way to definitively tell when the balloon is shown.
You can subscribe to the BalloonTipShown event to know when it is
first shown, and to BalloonTipClosed to know when the user closes it.
You could guess at when the control will close the balloon itself by
starting a timer, but the OS can choose to show it for a different
time than you asked.
Why do you want to know if the balloon is visible?
I show the balloon on mouseover. so for not blinking i think the best way is
looking of it is still there
I know how to hide the balloon with notifyicon.visible
so perhaps i can work with a boolean
on by movemove
off by BalloonTipClosed
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.