Mar 11, 2005 #1 Sherak Programmer Sep 1, 2003 83 GB How can I make the mouse cursor invisble yet till active whilst moving over a TImage? Thanks...
Mar 12, 2005 #2 imagenetics Programmer Dec 8, 2003 66 PL To hide the cursor, use ShowCursor(false);. The cursor will be invisible but active. To show the cursor, use, ofcourse, ShowCursor(true); Upvote 0 Downvote
To hide the cursor, use ShowCursor(false);. The cursor will be invisible but active. To show the cursor, use, ofcourse, ShowCursor(true);