Link to home
Start Free TrialLog in
Avatar of colossus_21
colossus_21

asked on

Edit Box Cursor Problem

Does anyone in here knows how to change the properties of the cursor inside
an edit box. I want to change the default cursor color or hide the cursor inside
an edit box.

Hope anyone can shed some light on this matter.
ASKER CERTIFIED SOLUTION
Avatar of Amritpal Singh
Amritpal Singh
Flag of India image

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 colossus_21
colossus_21

ASKER

I tried using the SetCaretPos, but the caret didn't go to the
position I specified.
Naahhh, disregard my last message. I was able to figure it out. The OnSetFocus body on my CEdit base class is having some conflict with the OnSetFocus of the dialog on edit box,
that code snippet you posted works just fine, well I'll just do
the color thingy.I should have read the MSDN documents about this earlier.

Thanks for the info.