I like to change the cursor when the user clicks a button. I can use FrameworkElement.Cursor. But it only changes the cursor for my current application.
But I need my whole Windows cursor to change. I mean, if you move the mouse outside of my application, it should show my cursor (and not the default arrow).
How to do it?
source
share