Apr 18, 2001 #1 fbizzell Programmer Joined Jul 3, 2000 Messages 217 Is there a way to change the shape of the cursor in Clipper 5.2x? I would like a block cursor as opposed to the underline cursor.
Is there a way to change the shape of the cursor in Clipper 5.2x? I would like a block cursor as opposed to the underline cursor.
Apr 19, 2001 1 #2 kssamir Programmer Joined Apr 14, 2001 Messages 3 Location DZ You can Use Ca-Tools Library Upvote 0 Downvote
Apr 19, 2001 Thread starter #3 fbizzell Programmer Joined Jul 3, 2000 Messages 217 What is Ca-Tools Library...where can I get it? Is there a way to do it without installing a complete new library? Upvote 0 Downvote
What is Ca-Tools Library...where can I get it? Is there a way to do it without installing a complete new library?
Apr 19, 2001 Thread starter #4 fbizzell Programmer Joined Jul 3, 2000 Messages 217 I just found a function already in clipper to change the shape of the cursor.. setcursor(3) changes it to a block...just what I wanted. Thanks for your help. Upvote 0 Downvote
I just found a function already in clipper to change the shape of the cursor.. setcursor(3) changes it to a block...just what I wanted. Thanks for your help.