MFC Console App?

Started by
0 comments, last by Lurking 21 years, 1 month ago
Hello im trying to develop a small app that i can use as a console to output data (strings). Right now i have a dialog based app and i use a Edit box to display a line (via CDialog::SetDlgItemText(IDC_EDIT1,msg) but when trying to add another line it just cancels the first line and rights the second. Is there a way to get it to start a new line and then write?(think quake3 startup app) Sorry if its a bit confusing.
- Lurking
Advertisement
Try this
http://www.flipcode.com/tutorials/tut_console.shtml
there is source code too.
"The Gods Made Heavy Metal And They Saw That It Was Good They Said To Play It Louder Than Hell We Promised That We WouldWhen Losers Say Its Over With You Know That It's A Lie The Gods Made Heavy Metal And It's Never Gonna Die"THE GODS MADE HEAVY METAL/by ManOwaR

This topic is closed to new replies.

Advertisement