Hi
i'm trying to get the selected x and y value and change it so they got x and y in a label. but i didn't manage it to work.
Private Sub Label1_MouseMove(ByVal Button As Integer, ByVal Shift As Integer, ByVal X As Single, ByVal Y As Single)
Dim sPoint As Point
If...