Need to pinvoke a .dll or something to change the mouse cursor in WPF...
Posted
by Jeff Dahmer
on Stack Overflow
See other posts from Stack Overflow
or by Jeff Dahmer
Published on 2010-04-01T21:05:35Z
Indexed on
2010/04/01
21:23 UTC
Read the original article
Hit count: 377
I'm trying to override the cursor for the entire computer this.Cursor = Cursors.Pen; System.Windows.Input.Mouse.OverrideCursor = Cursors.Pen;
This works within the WPF "Window", but not anywhere outside it.
What .dll will let me do this?
© Stack Overflow or respective owner