


Thanks for your help, I haven't been able to find ANYTHING like this on the net, so I don't even know if anyone will have the answer.ĮDIT: I see some access to a file called C:\Windows\SysWOW64\Imageres.dll. How was this program able to get around that restriction? Also, the cursors remain after the program ends, so it can't be something it's doing while running, but must override a setting somewhere. Then the cursor will change, but it's still limited to the 32x32 maximum size. SystemParametersInfo(SPI.SPI_SETCURSORS, 0, IntPtr.Zero, SPIF.SPIF_SENDCHANGE) However, if I try to change the registry values for the cursor files myself and then push the changes using This is a capture from ProcMon showing what's going on when the cursors change. I'd like for my program to be able to override the maximum imposed mouse size of 32x32 much like the program in the picture attached does, the cursor pictured is 72x72.
