When Im using the following code
this code adds tabs to my text on messagebox. used '\' for next line code.Code:CString cstrTemp = _T("Sample text goes here Line 1\ Sample text goes here Line 2\ Sample text goes here Line 3\"); AfxMessageBox (cstrTemp);




Reply With Quote