Hello,
If I start a specific Method in my Code called Laserpointer, I would like to change the Mouse curser to a hand or sth else.
I tried it with:
this.Cursor = Cursors.WaitCursor;
Unfortunately this is only changing the style in my own GUI. But when I access a background window it changes back to the normal curser.
Is there a way to change the curser for all applications?
kind regards
Chris