Hi ,
If I wont to GetWindowText () on my project .
As in the following Cod .
I don’t do whey this Error .Code:void CMainFrame::OnGetviewtextGettext() { CString msg; CLesenView.GetWindowText(msg); MessageBox(msg); }
Thank you for help me:>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)






Reply With Quote