|
-
June 25th, 2003, 05:19 AM
#1
deselecting text..
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|