- Home
·
- Sound/MP3
·
- code that let you now where the mouse is on your form
code that let you now where the mouse is on your form
code that let you now where the mouse is on your form
Rate code that let you now where the mouse is on your form
(2(2 Vote))
Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Text1.Text = X
Text2.Text = Y
End Sub
code that let you now where the mouse is on your form Comments
No comments yet — be the first to post one!
Post a Comment