Hey How do I change the mouse into like a hand on a mouse over function.
Printable View
Hey How do I change the mouse into like a hand on a mouse over function.
sorry fixed that prob
Me.Cursor = Cursors.Hand
You also need to handler the MouseLeave event to set the cusor back to default.