VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



code that let you now where the mouse is on your form

by coske (1 Submission)
Category: Sound/MP3
Compatability: Visual Basic 3.0
Difficulty: Unknown Difficulty
Originally Published: Fri 23rd January 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Text1.Text = X
Text2.Text = Y

End Sub


Download this snippet    Add to My Saved Code

code that let you now where the mouse is on your form Comments

No comments have been posted about code that let you now where the mouse is on your form. Why not be the first to post a comment about code that let you now where the mouse is on your form.

Post your comment

Subject:
Message:
0/1000 characters