CString - JMNCO Home Page
CString s; s.Format(_T("%s is equal to %s, valid data"), parm1, parm2); Note that the sprintf examples are not Unicode-ready (although you could use tsprintf and put _T() around the formatting string, but the basic idea is still that you are doing far mor...