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
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