Курсовая работа: Проект текстового редактора
CString str,str1;
int index;
int lines;
//DWORD word;
lines = m_Edit1.GetLineCount();
str1 = _T("Столькострокнет!!! их всего: ");
str.Format(_T("%d"),lines);
str1 += str;
//word = m_Edit.GetSel();
index = m_Edit1.LineFromChar()+1;
//index = m_Edit1.GetLineCount();
move.m_position = index;
//move.Goto_Edit.SetSel(0, -1);
if(move.DoModal() == IDOK)
{
//move.m_edit_pereuti.SetSel(0, -1);
if(lines < m_Edit1.LineIndex(move.m_position+10))
AfxMessageBox(str1);
else
m_Edit1.SetSel(m_Edit1.LineIndex(move.m_position-1),
m_Edit1.LineIndex(move.m_position-1));
}*/
pereuti move;
CString str,str1;
int index;
int lines;
lines = m_Edit1.GetLineCount();
str1 = _T("Столькострокнет!!! их всего: ");
str.Format(_T("%d"),lines);