I use a custom cursor set on my computer. However, on my LinkLabel
object, the hand cursor looks different than the one I have. Now I know how to use a custom cursor on my application, but what I want to know is how to use the hand cursor used by the system. So if ever my app runs on a different computer where the user has their own custom cursor set, the app will use that.
I don't want a single custom cursor for the Cursors.Hand
, I want it to use whatever is being used by the system. How do I do it? Sorry if my English is a bit hard to understand, it's not my native language.