Link to home
Start Free TrialLog in
Avatar of GebhartBob
GebhartBob

asked on

Can't See Cursor with Dark Background

    We sometimes use a dark blue BackColor and white ForeColor for text boxes, and it looks nice. The problem is that the cursor is black, and we can't see the dratted thing.
 
     I know all about MousePointer = 99 and and MouseIcon, and hope there is a simpler way than that. All we need to do is have the cursor be the same color as the foreground.
 
     While we're at it, I'd like the cursor to be horizontal rather than vertical.
 
     If there's a way to do it, I can't find it.
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

You know MousePointer and MouseIcon, which is the only way (unless you want to do the same thing using API). You cannot change the color or form of the cursor without using either the standard format or a .cur file containing the images...

CHeers
ASKER CERTIFIED SOLUTION
Avatar of vbDoc
vbDoc

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of GebhartBob
GebhartBob

ASKER

    Thanks very much for steering me to that article. It seems weird that you have to go to such lengths when you have a dark background for text, but at least there's a way.