Add a giant crosshair for your whole app
Does what the title says, adds a big crosshair that follows your mouse in your whole application, dig it!
Rate Add a giant crosshair for your whole app
(4(4 Vote))
' Add a line named Line1 , verticlly up and down
' through the center of your form
' Now add another line named Line2 ,
' horozontally accross the whole form
' if you dont understand look at the screenshot
' then just copy and paste this code
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 giant crosshair for your whole app Comments
No comments yet — be the first to post one!
Post a Comment