Hi,

I need to create a program that can communicates with a Unix system using telnet protocol. But the Unix system sends me an ANSI formatted string with colors, etc...

How can I deal with ANSI codes? Is there any control, lyke RichTextBox, that automatically interprets ANSI codes?

Note: I need to show the results of ANSI codes.