Toolbar window pop up on event.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Greetings,

Is there a way in which to force a ballon or toolbar window to "pop up" upon
reaching a given condition?

Currently I have it changing the text of the toolbar. What I want is to have
display this without the user mousing-over/clicking etc.

This would be similar to a net device unplugging or coming alive. :

if (x >y)

{

toolb.Text="Attention";
toolb.pop;

}

something like that :)

any pointers would be greatly appreciated.


-ccma
 
Mohamoss, thanks for the reply.
Unfortunately this is not what I was looking for.
I need a way to auto pop up a message in a tool bar from an icon in the
systemtray when a given condition happens. I need this pop-up to happen
without a user having to mouse over or click etc.


It would be similar to a "contact/friend" signs in to messenger and a little
window pops up over the icon telling you.

Perhaps I need to fake(simulate) a mouse over on the icon?
 
Back
Top