im trying to set a cursor. the width and the height of the cursor is bigger than 32 px. but it just scale it down to 32px when i set it.
any idea?
im trying to set a cursor. the width and the height of the cursor
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you’re using the
LoadCursorfunction, then I think you’ll always get scaled to the standard size.Try using
LoadImagewithIMAGE_CURSOR, a desired size of (0,0), and do not use theLR_DEFAULTSIZEflag.