Hi ,
If I wont to GetWindowText () on my project .
As in the following Cod .
Code:
void CMainFrame::OnGetviewtextGettext() 
{
    CString msg;
	CLesenView.GetWindowText(msg);
    MessageBox(msg);
}
I don’t do whey this Error .


Code:
--------------------Configuration: lesen - Win32 Debug--------------------
Compiling...
MainFrm.cpp
H:\lesen\MainFrm.cpp(112) : error C2143: syntax error : missing ';' before '.'
H:\lesen\MainFrm.cpp(112) : error C2143: syntax error : missing ';' before '.'
Error executing cl.exe.

lesen.exe - 2 error(s), 0 warning(s)
Thank you for help me:>