Hi:
i am using following code
//CTextEditor is propertypage
//m_Editor is CEdit
BOOL CTextEditor::OnSetActive()
{

m_Editor.SetWindowText(m_Text);


return CPropertyPage::OnSetActive();
}

the result is that the whole text in the CEdit is selected...can someone help me how to stop selection of the text...
thanks
Ahmed