The following forum(s) have migrated to Microsoft Q&A: Visual Basic! Visit Microsoft Q&A to post new questions.
Set the Icon Property of the NotifyIcon object. Use a timer to toggle it, for example:
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
Static Toggle As Boolean
Toggle =
NotifyIcon1.Icon =