I'm using the following code:
notify.ShowBalloonTip(
15000,
"Reminder!",
myText,
System.Windows.Forms.ToolTipIcon.None);
But the problem is the balloon almost always hides one layer behind the active window. Obviously this doesn't work too well when your active window is maximized and goes all the way down to the task bar, because then the tip balloon is behind it. Does anyone know why this might happen? I'm using Win XP Pro SP3.
Thanks!