atm i got
Private Sub Form1_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Me.MouseDown Me.Location = New Point(Control.MousePosition.X - 100, Control.MousePosition.Y - 100) End Sub
it just moves the form once i was thinking of changing the 100
(Me.Location = New Point(Control.MousePosition.X - 100, Control.MousePosition.Y - 100) to the mouse position on the form but wasnt sure how to do that any ideas how to do that also?



Help
Back to top








