Notify Icon ShowBalloonTip not working
am 09.11.2007 04:07:07 von tascien
Hi guys, I have a notify Icon, but when I call showBallonTip, the
balloon does not show. any reason why?
here is my call:
Me.NotMemberServ.ShowBalloonTip(5000, "New Member IDs", iCountNew & "
Member IDs Downloaded.", ToolTipIcon.Info)
thanks in advance.
Re: Notify Icon ShowBalloonTip not working
am 09.11.2007 12:40:07 von cokkiy
You can add a notify icon control in your form.
"mr t" ????
news:1194577627.345405.57770@s15g2000prm.googlegroups.com...
> Hi guys, I have a notify Icon, but when I call showBallonTip, the
> balloon does not show. any reason why?
>
> here is my call:
>
> Me.NotMemberServ.ShowBalloonTip(5000, "New Member IDs", iCountNew & "
> Member IDs Downloaded.", ToolTipIcon.Info)
>
> thanks in advance.
>
Re: Notify Icon ShowBalloonTip not working
am 13.11.2007 19:43:41 von tascien
> You can add a notify icon control in your form.
I don't understand exactly what you mean??? can you make it more
clear?
from the toolbox, I dragged the notify icon to my form, and then I
referenced it like:
Me.NotMemberServ.ShowBalloonTip(5000, "New Member IDs", iCountNew & "
Member IDs Downloaded.", ToolTipIcon.Info)
I get no error, but the bolloon does not show. so, I am wondering why
it does not show. thanks again.