Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

embedded win32 console...

Status
Not open for further replies.

rdalton

Programmer
Dec 5, 2002
24
US
I'm tyring to embed a console type window in a dialog application. I wan't to use the console as a type of log window so the user can see what the application is doing behind the scene. Therefore, the output should be redirected to the console and I would like to use cout and printf commands. Can someone help me out? thanks.

bob
 
>> I'm tyring to embed a console type window in a dialog
>> application

You can use a Edit Control Window for that by setting the ES_MULTILINE style in the control.

-pete

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top