Hi world,

how can I set a multiline CRichEditCtrl to preserve its selection when it gains the focus without losing the horizontal/vertical sliders?
I currently use "myCtrl.SetOptions(ECOOP_OR, ECO_SAVESEL);" in OnInitDialog().

But in spite of the ECOOP_OR, my control won't have sliders when the text becomes long, although specified in the resource editor. They do appear if I don't give the above command.

I use VC++ 6 SP1.
Who can help?

Jens
[email protected]