Abi
Abi

Reputation: 159

Need Console-element in GUI App

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

Answers (1)

Ria
Ria

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

Related Questions