Hi

I want to change the mouse pointer when it moves onto a listview to a hand. I tried to put the following line of code in the mouse hover event of the listview:

Me.Cursor = Cursors.hand

the problem is that cursors.hand doesnt exist in that sub.

Does anyone know how I can get arouind this?

Thanking you in advance

PORRASTAR