hi
i would like change the mouse cursor when the mouse move on a picture box.

i put the cursor (.cur) image on imagelist called il_cursores

how can i do?

my code:

Code:
Private Sub picture33_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)

picture33.MousePointer = il_cursores.ListImages(1).Picture

End Sub
thanks
bye