Click here to Skip to main content
15,908,673 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDLLs Pin
Dominik Reichl9-May-03 22:23
Dominik Reichl9-May-03 22:23 
GeneralRe: DLLs Pin
Rickard Andersson2010-May-03 3:26
Rickard Andersson2010-May-03 3:26 
GeneralGDI+ Pin
sharlila9-May-03 21:43
sharlila9-May-03 21:43 
Generalit don't draw Pin
aguest9-May-03 19:53
aguest9-May-03 19:53 
GeneralRe: it don't draw Pin
Bartosz Bien9-May-03 21:48
Bartosz Bien9-May-03 21:48 
GeneralRe: it don't draw Pin
aguest10-May-03 6:01
aguest10-May-03 6:01 
GeneralRe: it don't draw Pin
Bartosz Bien10-May-03 14:20
Bartosz Bien10-May-03 14:20 
GeneralNeed a simple "console-style" output window in MFC Pin
Jan759-May-03 19:33
Jan759-May-03 19:33 
Hello *.*!

I'm just programming a little app with MFC. I wonder if there is a simple control that took my output data but there was only the listbox. It is very sinewy to collect all chars to a single line, delete the \n \l 's an then use the AddString function to put it out.
I need to output to a control in a dialog like with printf:

printf("bla bla");
printf("blubb blah \n"); <- NOW the new line!!

and so on...

Did anyone of you have an idea to solve my problem? But I can't use the win32-console-application since I have to use MFC and dialogs!

Thanks in advance, Jan
GeneralRe: Need a simple "console-style" output window in MFC Pin
S van Leent10-May-03 11:20
S van Leent10-May-03 11:20 
Generalquestion about socket Pin
wood9-May-03 18:15
wood9-May-03 18:15 
GeneralRe: question about socket Pin
Ernest Laurentin9-May-03 19:16
Ernest Laurentin9-May-03 19:16 
GeneralWhat does the getpeename return? Pin
wood10-May-03 21:47
wood10-May-03 21:47 
GeneralRe: question about socket Pin
valikac10-May-03 5:53
valikac10-May-03 5:53 
GeneralCan you tell me what does the getnameinfo() return? Pin
wood10-May-03 22:03
wood10-May-03 22:03 
GeneralCreate edit control inside thread Pin
Nena19769-May-03 17:01
Nena19769-May-03 17:01 
GeneralRe: Create edit control inside thread Pin
valikac10-May-03 5:55
valikac10-May-03 5:55 
Generalcall fuction from another class Pin
aguest9-May-03 13:18
aguest9-May-03 13:18 
GeneralRe: call fuction from another class Pin
Wes Aday9-May-03 13:45
professionalWes Aday9-May-03 13:45 
GeneralRe: call fuction from another class Pin
aguest9-May-03 14:07
aguest9-May-03 14:07 
GeneralRe: call fuction from another class Pin
Toni789-May-03 14:15
Toni789-May-03 14:15 
GeneralRe: call fuction from another class Pin
aguest9-May-03 15:29
aguest9-May-03 15:29 
GeneralRe: call fuction from another class Pin
Toni789-May-03 15:44
Toni789-May-03 15:44 
GeneralRe: call fuction from another class Pin
aguest9-May-03 15:41
aguest9-May-03 15:41 
GeneralRe: call fuction from another class Pin
Toni789-May-03 15:46
Toni789-May-03 15:46 
GeneralRe: call fuction from another class Pin
aguest9-May-03 18:19
aguest9-May-03 18:19 

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.