-
Links...
You know when you move your mouse over a link in IE, how the hand appears, but the finger is pointing exactly in the same spot as the arrow point? How can I do this in my app? When I make the cursor custom and the hand, it always moves to the right a little bit, and it looks really weird.
Thanks
-Joey
-
That's probably because you're using an icon file (.Ico) instead of a cursor file (.Cur). Use an image editor that lets you create cursors (and hence set the hot spot) or make smaller the image you use in your icon and align to the center (pixel x15,y15) the pixel where the hot spot should be.
-
hehe thanks.... I never knew about hotspots... I always thought it had to do with programming, like move the cursor over a few pixels with the api over a link. What an idiot i am. :D
Thanks again