I googled about this topic and the previous questions were about how to add a Form into a Console Application.
But, I am looking for something different. My question is:
How do I add a console into my existing Windows form app?
I am building a "text only" game and I want it to have a nice interface.
I tried to add a form into a console app, but, I want the form to control the console.
I also tried to hide the console when its launching the form, but, it seems impossible. Maybe there is a way to put the Form in charge of the console.
Edit based on comments below:
This question differs from previous questions because I want the form to launch and control the console. I don't want the ** console** to launch the form.
Currently there is no possible way I am aware of to either hide the console or to transport info from the form to the console to control it.