Creating a console from a Windows Forms application.

Oct 7 2004 12:51 AM
I have a VM and assembler for it which I'm using to test my genetic programming experiments. The assembler has a GUI written in C# with Windows Forms. I want to create a console from the assembler GUI, and have the VM or any other part of my project to be able to output using Console.WriteLine(). How would I do this?