Change mouse cursor
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
How do I change the cursor to the mouse when i drag it over a bitmap/icon. And How do I get an onclick event to the bitmap/icon? ALB
To change the cursor take a look at the API LoadCursor(..) and SetCursor(..) i think i done it with them few times ago, And to the other yust use the WM_RBUTTONDOWN Message...
-
How do I change the cursor to the mouse when i drag it over a bitmap/icon. And How do I get an onclick event to the bitmap/icon? ALB
To change the cursor take a look at the API LoadCursor(..) and SetCursor(..) i think i done it with them few times ago, And to the other yust use the WM_RBUTTONDOWN Message...