◄CEdit► ◄Up► ◄Contents► ◄Index► ◄Back► ──Microsoft Foundation Classes────────────────────────────────────────────── void ReplaceSel( const char FAR* lpNewText ); Parameter Description <lpNewText> Points to a null-terminated string containing the replacement text. Remarks Replaces the current selection in an edit control with the text specified by <lpNewText>. Replaces only a portion of the text in an edit control. If you want to replace all of the text, use the ◄CWnd::SetWindowText► member function. If there is no current selection, the replacement text is inserted at the current cursor location. See Also ◄CWnd::SetWindowText►, ◄EM_REPLACESEL► -♦-