Click here to Skip to main content
15,925,444 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralNext level ActiveX alerts Pin
alex_bogdan18-Jul-05 23:21
alex_bogdan18-Jul-05 23:21 
GeneralVC++ and Excel Pin
waffleman18-Jul-05 22:52
waffleman18-Jul-05 22:52 
GeneralRe: VC++ and Excel Pin
David Crow19-Jul-05 3:23
David Crow19-Jul-05 3:23 
Questionhow to "new line" in Cstring? Pin
Smith#18-Jul-05 22:51
Smith#18-Jul-05 22:51 
AnswerRe: how to "new line" in Cstring? Pin
Smith#18-Jul-05 22:52
Smith#18-Jul-05 22:52 
AnswerRe: how to "new line" in Cstring? Pin
toxcct18-Jul-05 23:00
toxcct18-Jul-05 23:00 
GeneralRe: how to "new line" in Cstring? Pin
Smith#18-Jul-05 23:43
Smith#18-Jul-05 23:43 
GeneralRe: how to "new line" in Cstring? Pin
Smith#18-Jul-05 23:59
Smith#18-Jul-05 23:59 
even i tried like this
char c[20];
strcpy(c,"line 1\n");
strcat(c,"line2\n");
CString cs;
cs = c;

m_Control.setWindowText(cs);

its displaying like "line1|line2";

please help.


thanks,
Rookie
AnswerRe: how to "new line" in Cstring? Pin
AndyCheetham19-Jul-05 0:27
AndyCheetham19-Jul-05 0:27 
GeneralITS WORKING!!!! Pin
Smith#19-Jul-05 0:40
Smith#19-Jul-05 0:40 
GeneralRe: ITS WORKING!!!! Pin
toxcct19-Jul-05 1:12
toxcct19-Jul-05 1:12 
AnswerRe: how to "new line" in Cstring? Pin
David Crow19-Jul-05 3:25
David Crow19-Jul-05 3:25 
GeneralUTF8 Code Pin
Veera Raghavendra18-Jul-05 22:40
Veera Raghavendra18-Jul-05 22:40 
GeneralComments on FormatMessage code Pin
Chintoo72318-Jul-05 22:28
Chintoo72318-Jul-05 22:28 
GeneralRe: Comments on FormatMessage code Pin
Tim Smith19-Jul-05 3:56
Tim Smith19-Jul-05 3:56 
GeneralRe: Comments on FormatMessage code Pin
Chintoo72319-Jul-05 15:41
Chintoo72319-Jul-05 15:41 
GeneralUrgent Pin
TA-RS18-Jul-05 21:58
TA-RS18-Jul-05 21:58 
GeneralRe: Urgent Pin
toxcct18-Jul-05 22:33
toxcct18-Jul-05 22:33 
GeneralRe: Urgent Pin
TA-RS18-Jul-05 22:39
TA-RS18-Jul-05 22:39 
GeneralRe: Urgent [edited] Pin
toxcct18-Jul-05 22:51
toxcct18-Jul-05 22:51 
GeneralRe: Urgent Pin
TA-RS18-Jul-05 23:00
TA-RS18-Jul-05 23:00 
GeneralRe: Urgent Pin
toxcct19-Jul-05 0:11
toxcct19-Jul-05 0:11 
GeneralRe: Urgent [edited] Pin
TA-RS18-Jul-05 23:32
TA-RS18-Jul-05 23:32 
GeneralRe: Urgent [edited] Pin
Cedric Moonen18-Jul-05 23:40
Cedric Moonen18-Jul-05 23:40 
GeneralRe: Urgent [edited] Pin
TA-RS18-Jul-05 23:55
TA-RS18-Jul-05 23:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.