Reputation: 159
My Question is short:
How can I add a Element that has the same function like a console, see output and aswell do input.
Upvotes: 0
Views: 212
Reputation: 10347
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
):
Upvotes: 1