在MFC怎么给 Edit Control 添加键盘回车事件????如题!![解决办法]CEdit m_edit;CString m_str;m_edit.SetWindowText(m_str+"/r/n"); //是r在前还是在后有点忘记了...