im trying to set the cursor. The width and height of the cursor is greater than 32 pixels. but it just reduces it to 32 pixels when I install it.any idea?
If you use the function LoadCursor, then I think that you will always scale to the standard size.
LoadCursor
Try using LoadImagewith IMAGE_CURSOR, the desired size (0,0) and not using LR_DEFAULTSIZE.
LoadImage
IMAGE_CURSOR
LR_DEFAULTSIZE
Source: https://habr.com/ru/post/1761397/More articles:spring 3 exception throws exception - springHow to send multicast ping using .NET? - .netthe problem of calling a php method from within - phpRunning Rscript on Mac OS X - rInitialize a set of bytes * in C # - c #How to get Ajax request data using jQuery? - javascriptCut one SVG from another - vectorUsing Cairo on iPhone? - c ++Cannot see the database specified in the SQL Server Import and Export Wizard. - sql-serverBackup on OS X - cAll Articles