How to change mouse pointer's icon and skin ? |
Post Reply |
Author | |
compvis
Groupie Joined: 07 March 2008 Location: Vietnam Status: Offline Points: 36 |
Post Options
Thanks(0)
Posted: 10 May 2008 at 10:19pm |
Hello everyone !
I use Visual C++ 2005 and Xtreme Toolkit Wizard to create project (dialog based). Now i want to change mouse pointer's icon and skin. I use LoadCursor and SetCursor but nothing changed.
Pls help me !
Thanks
|
|
I love ToolkitPro, Suite Pro ! Thanks Codejock !
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Catch WM_SETCURSOR and call SetCuror in this handler.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
compvis
Groupie Joined: 07 March 2008 Location: Vietnam Status: Offline Points: 36 |
Post Options
Thanks(0)
|
Thanks, Oleg
I have done but only cursor on caption was changed.
Cursor on CommandBars, Docking panes, Status Bar wasn't changed.
Pls help me !
Thanks
|
|
I love ToolkitPro, Suite Pro ! Thanks Codejock !
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
try to override PreTranslateMessage and change cursor here.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |