Formatting string in Edit Box
-
Please, help me with that stupid problem... I want to format a string and then display it in an Edit box like that: for(int i=0; i | I have tried the following formatting too: str+= "\n" and it didn't worked too:(( */ } m_wndResult.SetWindowText(str); I would be very grateful to any solutions of the problem! Thanks in advance P.S. May be the problem is in SetWindowText() ????
-
Please, help me with that stupid problem... I want to format a string and then display it in an Edit box like that: for(int i=0; i | I have tried the following formatting too: str+= "\n" and it didn't worked too:(( */ } m_wndResult.SetWindowText(str); I would be very grateful to any solutions of the problem! Thanks in advance P.S. May be the problem is in SetWindowText() ????
str += "\r\n" ; for a new line in an edit control CString letters("ABCD...XYZabc...xyz") ; if (letters.Find(m_szText.GetAt(i)) >= 0) if (m_szText.GetAt(i) == ' ') Roger Allen Sonork 100.10016 I have a terminal disease. Its called life!