If you want to connect with the Telnet protocol you have simply to set the
IP Address of the listener on a Winsock Control and the RemotePort to use to
23. Then you have to send messages with the SendData method and receive with
the DataErrival event after checking the State property. You can find all
properties and events about Winsock in MSDN.
Quote:
> Does anybody know if there is a telnet library vor MS VB ?
> if not there should be a possibility to get access to these functions,
with
> the help of WIN API Calls !
> Does anybody know some good books or information on the internet about it
> ???
> Jan