I've added a NotifyIcon and it appears on the taskbar. Everything works
fine, but I'm unable to change the tooltip text after I set it initially.
I reset using myNotifyIcon.Text = "New Text", but it simply doesn't change.
When I query the text (str = myNotifyIcon.Text), the new text is indeed
there, it just isn't being updated to the tooltip.

Also, I tried to force an update by setting myNotifyIcon.Visible = false,
immediately following by myNotifyIcon = true, but it actually remained
invisible.
Very strange.

Am I doing something wrong, is there a known bug, or does anyone have any
previous experience like mine with a solution?.

Thanks,
Ed Berman