i change the system cursor with SetSystemCursor but when i try to reset the system cursor to nornal with DestroyCursor nothing happens !!
Any ideas ?
Thanks !
Alternatively, you can restore system cursors to defaults like this:
SystemParametersInfo(SPI_SETCURSORS, 0, NULL, 0);
where SPI_SETCURSORS
is defined as 0x0057
, as described here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With