May be an easy question for most of you!
I have a CString variable when I allocate a "\n" Newline to it, it doesnt take care of it. while the "\t" works.
Code: CString strMessage;
strMessage = _T("I am a Tek-Tips Member. \n\t I would be thanksful to people giving me solution");
I tried Format() method of CString and its also not working out for me.
Thanks in Advance
Cheers,
Ravi
I have a CString variable when I allocate a "\n" Newline to it, it doesnt take care of it. while the "\t" works.
Code: CString strMessage;
strMessage = _T("I am a Tek-Tips Member. \n\t I would be thanksful to people giving me solution");
I tried Format() method of CString and its also not working out for me.
Thanks in Advance
Cheers,
Ravi