telnet 
Author Message
 telnet

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


Mon, 03 Mar 2003 03:00:00 GMT  
 telnet
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



Wed, 19 Mar 2003 08:07:41 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. telnet connection from access:

2. telnet window

3. Access97 reading TELNET Window ?

4. Telnet and Access

5. Telnet Via Visio

6. telnet command in vb.net

7. Telnet.Net sample codes

8. Problem with my VB.NET telnet client

9. Telnet Access to Server

10. Automate a Telnet Command

11. searching SSH2.NET and Telnet.NET controls

12. Telnet

 

 
Powered by phpBB® Forum Software