Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Any one can help me.

i am working in video domen. i have 4 quaderent. i have 4 cursor icon, when i click a cursor icon in first quaderent.and go to the other quadrent same icon is displayed.
how to set defult cursor .
i use setcursor()on wm_lbuttondown and relisecursor()on wm_lbuttonup
Posted

1 solution

You have handle WM_SETCURSOR message, check this MSDN article how to change the cursor http://support.microsoft.com/kb/131991[^].
 
Share this answer
 
v2
Comments
Himansu sekhar bal 9-Jul-11 7:17am    
this link is correct.but my application every window has equal process id
Sergey Alexandrovich Kryukov 9-Jul-11 23:45pm    
Irrelevant. Why do you think process matters? Even a separate child control can have individual cursor.
--SA
Sergey Alexandrovich Kryukov 9-Jul-11 23:44pm    
Why would you format your post so sloppily; even href ancor is missing. I helped you a bit (hope you do not mind?) but please do it yourself. I voted 4.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900