How to create the coloured mouse cursor dynamically?

  • Thread starter Thread starter Alexander Vasilevsky
  • Start date Start date
A

Alexander Vasilevsky

Hi!

How to create the coloured mouse cursor dynamically?
 
How to create the coloured mouse cursor dynamically?

CreateIconIndirect allows you to create a cursor dynamically using a color
bitmap with an associated mask bitmap.

If you want the cursor to have an alpha channel like those on WindowsXP,
then you may use the technique outlined in the following MS KB article:
http://support.microsoft.com/kb/318876
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Mouse cursor 3
How to change cursor. 10
mouse cursor 2
Custom Mouse Cursor 1
How to find the TRUE cursor size 2
Changing windows mouse cursor 3
Wait cursor 4
Detect mouse leaving from a list view item 2

Back
Top