Quote Originally Posted by MrViggy
Just handle the mouse move message, erase the text in the old location, and draw the text int he new location. IIRC, cursors can't be bigger then a set size (I want to say 16x16 pixels, but I'm not sure that's right).

Viggy
Yeah but even if he can get the text string (which he should be able to) how do you create a cursor resource with the text in it as an image in the cursor, at runtime?

I'd be interested to know. I'll add a subscription to this thread.