Question Telnet in TextBox

Arshad

New member
Joined
Aug 10, 2010
Messages
2
Programming Experience
Beginner
Dears

I need to make a program that use Textbox as a Telnet terminal (like Telnet consol) and with out using added library, help Plz :confused:..
 
youre gonna struggle to implement Telnet using a textbox, but at its simplest, use a TcpCLient to connect to the server and show its output in one textbox. Use a different textbox for sending
 
right i am suffering to make the text box work as telnet because TCPClient is not interactive with my server, can i use another Code like VC++ then import it to VB.net.
 
Back
Top