Notify Icon ShowBalloonTip not working

M

mr t

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

mr t

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.
 

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

Top