K i need to get the mouse click co-ordiantes outside of the form.
i know how to get them inside the form;
Private Sub mouse1_click() Handles me.MouseClick
set1X = MousePosition.X
set1Y = MousePosition.Y
End Sub
but i need to get cordinates from anywhere on the screen.
and if it helps i need this for an auto clicker.