C++编译的文本编辑器
为修改 本 }
字体设置
}
strText = dlg->GetFindString(); m_Edit.GetWindowText(str);
//获得查找字符串 //获得编辑框中是文
index = str.Find (strText,nindex); //获得查找字符串在编辑
//选中查找或替换
框文本中的位置
m_Edit.SetSel(index,index+strText.GetLength()); nindex = index+len; if (index >= 0) { } else { }
m_Edit.SetFocus();
//编辑框获得焦点 //刷新界面
CRect rect1 (15,80,586,686); InvalidateRect(rect1); return 0;
degree = FALSE; nindex = 0; degree = TRUE;
的字符串
//设置起始查找位置
void CEasyTXTDlg::OnMenuFont() {
// TODO: Add your control notification handler code here
CFont* TempFont = m_Edit.GetFont(); //获取编辑框当前字体 LOGFONT LogFont;
TempFont->GetLogFont(&LogFont); CFontDialog dlg(&LogFont); if(dlg.DoModal()==IDOK)
//获取字体信息 //初始化字体信息