Okay I know this may sound like a newb question, but I am banging my head against the wall trying to figure out why this code won't work.
NotifyIcon1.ShowBalloonTip(5000, "title", "text", ToolTipIcon.Info)
That code should show a balloon notification from an icon in the system tray right? It will show my icon in the system tray but it will not show the balloon tip for some reason. I have used the notify icon in the past but for some reason it is not working.
I am using Visual Basic 2012 with .NET Framework 4 Client Profile as the target framework any ideas on why this is not working would be greatly appreciated.
I have already checked my registry and it is set to show balloon tips too so I really have no idea now.