I need to Move the mouse cursor over a certain postion in a picture and display relevent information in textboxes.
Can anyone help me?
Printable View
I need to Move the mouse cursor over a certain postion in a picture and display relevent information in textboxes.
Can anyone help me?
Try something like this:
------------------Code:Private Sub Picture1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Text1.Text = "X: " & X & " Y: " & Y
End Sub
Serge
Software Developer
[email protected]
ICQ#: 51055819