0
Answer

Creating a console from a Windows Forms application.

mike29936

mike29936

20y
1.6k
1
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?