When Im using the following 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);
this code adds tabs to my text on messagebox. used '\' for next line code.