How do I change the MousePointer icon when I am over a certain control?
I would like to show a different MousePointer when I am over a label.
Dear Rolf,
You can use e.g. the MOUSEMOVE event to detect the cursor is over the label. Then use the MousePtr statement to change the shape of the cursor.
Succes,
Wilko
Thanks Wilko,
I'll give that a try.
Change it in WM_SETCURSOR.
Thanks, Roger.