Search results for query: *

  1. Turiya

    NotifyIcon1.ShowBalloonTip not working

    Yes, I see the icon that I set at design time, a red bell, it works with everything including clicking doubleclicking and rightclicking. Just the balloons.
  2. Turiya

    NotifyIcon1.ShowBalloonTip not working

    The NotifyIcon control is supposed to pop up a text filled balloon when this code runs. 'Show the icon NotifyIcon1.Visible = True 'Show the balloon...any day now...wait for it... NotifyIcon1.ShowBalloonTip(3000, "Test", "Testing...", ToolTipIcon.Info) But it doesn't. I have two lines of...
Back
Top