CEdit::SetReadOnly 
BOOL SetReadOnly( BOOL bReadOnly = TRUE );Return ValueNonzero if the operation is successful, or 0 if an error occurs.ParametersbReadOnlySpecifies whether to set or remove the read-only state of the edit control. A value of TRUE sets the state to read-only; a value of FALSE sets the state to read/write.ResCalls this function to set the read-only state of an edit control. The current setting can be found by testing the ES_READONLY flag in the return value of CWnd::GetStyle.For more information, seeEM_SETREADONLY in the Win32 documentation.