Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

[C#] Command like control

Status
Not open for further replies.

flnhst

Programmer
Aug 9, 2005
12
NL
Is there a control that works like cmd.exe or like PuTTY? With the possibility to have prompts? With the looks of PuTTY?

I have looked around and i have found some, but some don't do all i want. And i have no idea on how to create a prompt in a RichTextBox or TextBox.

With prompts i mean that when i call a method the control waits for input, and then returns the input.

 
How about a console application?

Regards, Ruffnekk
---
Is it true that cannibals don't eat clowns because they taste funny?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top