Click to See Complete Forum and Search --> : edit control


merre
May 18th, 1999, 03:47 AM
hi!
i get an answer recently that you cannīt chang color on the letters in a disabled edit control. but you can change if that is readonly. but when you point at a readonly edit control and click on it, you can see the cursor (marker) in edit control. i dont want that happend.
how can i avoid that?

please help me.

James Dunning
May 18th, 1999, 04:11 AM
try GetDlgItem(IDC_YOUREDITCTRL)->HideCaret();

regards
j..