Results 1 to 9 of 9

Thread: [2005] NotifyIcon1.ShowBalloonTip() huge delay

Threaded View

  1. #1

    Thread Starter
    Frenzied Member Icyculyr's Avatar
    Join Date
    Aug 2007
    Location
    Australia
    Posts
    1,934

    Resolved [2005] NotifyIcon1.ShowBalloonTip() huge delay

    NotifyIcon1.ShowBalloonTip() has a huge delay for me,

    I will click the 'minimize' button, and my program's visibility is set to false, and then the balloon should show, but it doesn't happen at all most of the time... and sometimes it works properly, and then sometimes it takes 5-10 seconds...

    My code:
    vb.net Code:
    1. Private Sub MinimizeButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MinimizeButton.Click
    2.         NotifyIcon1.ShowBalloonTip(5000)
    3.         Application.DoEvents()
    4.         Me.Visible = False
    5.     End Sub
    Last edited by Icyculyr; Dec 16th, 2007 at 03:38 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width