You asked for it, you've got it! A Telnet UserControl that supports an asynchronous processing model.
All clean, original code. Nothing copied from... well you know those other projects! The event model is similar to that of the Winsock control itself.
The TelnetTTYClient UserControl is presented here within a simple Telnet client "TTY terminal" project. See the TelnetTTYClient.ctl and modDoc.bas source comments for more information.
You can add the TelnetTTYClient UserControl to your projects by copying TelnetTTYClient.ctl and TelnetTTYClient.ctx to your project folder and adding TelnetTTYClient.ctl to your project (Add|File... in Project Explorer).
Note that using a TTY terminal type as in the sample project can be useful in avoiding the need to parse out VTxxx escape sequences.
Last edited by dilettante; Dec 26th, 2007 at 12:50 AM.