Link to home
Start Free TrialLog in
Avatar of dmetzler
dmetzler

asked on

Color cursor usage?

I want to be able to load a color cursor (16-color or 256-color) from a cursor resource for use in my application.

Can this be done, and if so, how?  I have tried LoadCursor(), LoadImage(), LoadIcon() etc. and then passed the handle to SetCursor().  However, I cannot get a color cursor.

Thanks,

Don
Avatar of DarrinE
DarrinE

Do you want the cursor to be "application wide" or for a specific control or window ?

What OS are you using and what language are you trying to compile in ?? (ie BC++ or VC++ etc)

Perhaps a code fragment of how you are doing it might be useful as well.

DarrinE
ASKER CERTIFIED SOLUTION
Avatar of DarrinE
DarrinE

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dmetzler

ASKER

Thanks!

Don