Baloon - Tooltips




Me.NotifyIcon1.Visible = True
Me.NotifyIcon1.ShowBalloonTip(500)




Private Sub SetBalloonTip()
notifyIcon1.Icon = SystemIcons.Exclamation
notifyIcon1.BalloonTipTitle = "Balloon Tip Title"
notifyIcon1.BalloonTipText = "Balloon Tip Text."
notifyIcon1.BalloonTipIcon = ToolTipIcon.Error

End Sub

Sub Form1_Click(ByVal sender As Object, ByVal e As EventArgs) _
Handles Me.Click

notifyIcon1.Visible = True
notifyIcon1.ShowBalloonTip(30)

End Sub










( baloontooltips.html )- by Paolo Puglisi - Modifica del 17/12/2023