Το έφτιαξα!
Private Sub PictureBox1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox1.Click
If Me.Visible = True Then
Me.Hide()
End If
NotifyIcon1.ShowBalloonTip(3000, "Dromos FM", "The window is still running here..", ToolTipIcon.Warning)
End Sub
Private Sub NotifyIcon1_MouseClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles NotifyIcon1.MouseClick
If Me.Visible = False Then
Me.WindowState = FormWindowState.Normal
Me.Show()
End If
End Sub
Αφήνω ανοιχτό το τοπικ αν χρειαστώ περεταίρω βοήθεια