debug\output style window inside a winform application.

O

Ollie Riches

Does anyone know a way to create a winform window that has similiar
functionality to the 'Output' window in VS .Net - i.e. that basically acts
like a console window but is proper MDI child of the main winform
application and does not look like a DOS window :). I have tried using an
RTF but that was not particularly great when a lot of information is
displayed quickly.

I don't want to know how to show a console window using the
AllocConsole\FreeConsole win 32 api's.

Cheers

Ollie Riches
 
H

Herfried K. Wagner [MVP]

Ollie Riches said:
Does anyone know a way to create a winform window that has similiar
functionality to the 'Output' window in VS .Net - i.e. that basically acts
like a console window but is proper MDI child of the main winform
application and does not look like a DOS window :). I have tried using an
RTF but that was not particularly great when a lot of information is
displayed quickly.

ConsoleControl
<URL:http://www.palmbytes.de/content/dotnet/console.htm>

Unfortunately this control is licensed with GPL.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top