NotifyIcon Close Events

  • Thread starter Thread starter Mark Ehrhardt
  • Start date Start date
M

Mark Ehrhardt

When a user clicks on a balloon created by the Framework's NotifyIcon
class there seems no way to tell the difference between a user clicking
on the X close button and clicking anywhere on the balloon.
When the user clicks on the X close button no click event is generated.
Only the BalloonTipClosed event.
Unfortunately, when the OS times out the balloon the only event that
fires is that same BalloonTipClosed even. Therefore, it seems
impossible to tell if the user clicked the X button to hide the balloon
or the OS closed it.
The object here is to redisplay the balloon until the user clicks on
the balloon.

Does anyone know what can be done?

Thanks in advance.
 
Have you tried the BalloonTipClicked event?
 

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.

Ask a Question

Back
Top