bzbiz
Freshman
Hi everybody,
i've got a problem here:
Private Sub NotifyIcon1_MouseDown(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles NotifyIcon1.MouseDown
NotifyIcon1.Visible = False
End Sub
ok don't work, nothing appen nor with .click . Simply the event is not rised.
Why?
What i've missing?
Thankz in advance
BiZ
i've got a problem here:
Private Sub NotifyIcon1_MouseDown(ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles NotifyIcon1.MouseDown
NotifyIcon1.Visible = False
End Sub
ok don't work, nothing appen nor with .click . Simply the event is not rised.
Why?
What i've missing?
Thankz in advance
BiZ