TheJjokerR
Gebruiker
- Lid geworden
- 25 apr 2008
- Berichten
- 104
Waarom werkt dit niet? Ik klik op het icoontje, ik zie het in de startbalk, maar nergens op het scherm?
Thnx
- TheJjokerR
Code:
Private Sub NotifyIcon1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles NotifyIcon1.Click
Form2.Visible = True
Form2.Location = MousePosition
End Sub
Thnx
- TheJjokerR