My Question is short:
How can I add a Element that has the same function like a console, see output and aswell do input.
My Question is short:
How can I add a Element that has the same function like a console, see output and aswell do input.
Try to use RichTextBox or a WebBrowser control.
if you need exactly a console control see this article in code project (this one uses RichTextBox):