Results 1 to 10 of 10

Thread: [VB6] Telnet Client UserControl

Threaded View

  1. #1

    Thread Starter
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    [VB6] Telnet Client UserControl

    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.
    Attached Files Attached Files
    Last edited by dilettante; Dec 26th, 2007 at 12:50 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width