Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. '滑鼠單擊 程式popup
  2. Private Sub NotifyIcon1_MouseClick(sender As System.Object, e As System.Windows.Forms.MouseEventArgs) Handles NotifyIcon1.MouseClick
  3.          NotifyIcon1.ShowBalloonTip(3000)
  4.         End If
  5. End Sub