Add a pair of crosshairs that folows your mouse round the screen
Add a pair of crosshairs that folows your mouse round the screen
Rate Add a pair of crosshairs that folows your mouse round the screen
(2(2 Vote))
'ADD A SECOND LINE TO YOUR FORM RUNNING THE HORIZONTAL WIDTH OF THE FORM
Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Line1.X1 = X
Line1.X2 = X
Line2.Y1 = Y
Line2.Y2 = Y
End Sub
Add a pair of crosshairs that folows your mouse round the screen Comments
No comments yet — be the first to post one!
Post a Comment