Hi,
For my program I use the notification control to show the user at least an
icon or if (s)he decides to, a balloon as wel with some info.
In the balloon I have two linkbuttons en the problem comes when the user
taps on one of them.
One linkbutton is to show a form, the other is to stop the program.
After tapping on STOP the notification should go away and a messagebox
appears with the question if the user really wants to stop.
This is what happens:
the user taps on the STOP linkbutton and the notification icon is removed
because in the program I destroy it, but the balloon stays and the
messagebox is shown behind it.
How is this possible, why is the balloon not going away allong with the
icon?
How can I get rid if the balloon before the messagebox is shown or at least
show the messagebox on top of the balloon?
rg,
Eric |