Custom cursor with Win32
-
Hi, I would like to make it so that when the cursor is over my window it has a custom look. How can I achieve this with win32? Thanks, Steve
One way is to handle the WM_SETCURSOR[^] message. A different way would be to specify your own cursor handle when registering a window class.[^].
> The problem with computers is that they do what you tell them to do and not what you want them to do. <
-
Hi, I would like to make it so that when the cursor is over my window it has a custom look. How can I achieve this with win32? Thanks, Steve
wibblewoo wrote:
I would like to make it so that when the cursor is over my window it has a custom look. How can I achieve this with win32?
Nibu babu thomas Microsoft MVP for VC++ Code must be written to be read, not by the compiler, but by another human being. Programming Blog: http://nibuthomas.wordpress.com
-
wibblewoo wrote:
I would like to make it so that when the cursor is over my window it has a custom look. How can I achieve this with win32?
Nibu babu thomas Microsoft MVP for VC++ Code must be written to be read, not by the compiler, but by another human being. Programming Blog: http://nibuthomas.wordpress.com
-
wibblewoo wrote:
Oh God I don't know how I didn't find that when I was looking.
MSDN has an interesting set of "Using xxxx" series. If interested type in "Using" into the index edit box and you'll see a bunch of articles.
Nibu babu thomas Microsoft MVP for VC++ Code must be written to be read, not by the compiler, but by another human being. Programming Blog: http://nibuthomas.wordpress.com