In my code I want to convert a CString to uppercase,if it is in lowercase.
The user entered nName to be in Uppercase only when am processing to my project.Code:CString nName; m_cmdtxt.GetWindowText(nName);
From MSDN, I have seen ToUpper() will do it.... But how??
Plz solve it with its source code format..thanking u..




Reply With Quote
