Edit Control highlight
-
How to highlight multiple chars in different edit control~ What i want to do is to highlight two corresponding characters in two different edit controls? What i know is before setsel(), i have to set focus to the edit control. So if i do the same thing to highlight the second, the highlighted edit control will definitely lose the focus, and the highlight will disappear~ How to resolve this problem!
-
How to highlight multiple chars in different edit control~ What i want to do is to highlight two corresponding characters in two different edit controls? What i know is before setsel(), i have to set focus to the edit control. So if i do the same thing to highlight the second, the highlighted edit control will definitely lose the focus, and the highlight will disappear~ How to resolve this problem!
Set the
ES_NOHIDESEL
property for both the edit controls.
The opinions expressed in this communication do not necessarily represent those of the author (especially if you find them impolite, discourteous or inflammatory).
-
Set the
ES_NOHIDESEL
property for both the edit controls.
The opinions expressed in this communication do not necessarily represent those of the author (especially if you find them impolite, discourteous or inflammatory).
-
Set the
ES_NOHIDESEL
property for both the edit controls.
The opinions expressed in this communication do not necessarily represent those of the author (especially if you find them impolite, discourteous or inflammatory).