-
I am trying to create a program to connect to another computer via telnet, but can not for the life of me find any information on it.
Can someone provide some info on connecting this way?
Thanks,
------------------
Morgan
[email protected]
My Web Page
-
Code:
Shell.exe "Telnet.exe <A HREF="http://www.yourhost.com"," TARGET=_blank>www.yourhost.com",</A> vbmaximizedfocus
If you want to add telnet capabilities to your app (without shelling to the Windows' Telnet) then I believe I have seen activeX controls that allow you to do this:
TRY: http://www.activex.com http://www.winfiles.com (Shareware --> 9x/NT --> Developer tools)
-
Have you tried the Winsock control in VB? I did a little while ago one telnet client with Winsock control.