Asked • 07/19/19

Custom hand cursor in Visual Basic?

I am working on a my app and I managed to change the normal mouse cursor very easy using this code: Dim cur As Icon cur = (My.Resources.NewCursor) Me.Cursor = New Cursor(cur.Handle)` Now I'd like to change the default "Hand" Cursor to a new one but I can't manage to do it, it won't let me `New Cursors.Hand` or `Me.Cursors.Hand`, also on the internet I find only complicated methods and I know there is an easy one, I just can't find it.

1 Expert Answer

By:

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.