PDA

Click to See Complete Forum and Search --> : How do I connect via Telnet?


rockies1
Jan 3rd, 2000, 12:15 AM
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
rockies1@gvi.net
My Web Page (http://members.xoom.com/Rockies1)

Clunietp
Jan 3rd, 2000, 12:24 AM
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 --&gt; 9x/NT --&gt; Developer tools)

AKANGAS
Jan 3rd, 2000, 03:00 PM
Have you tried the Winsock control in VB? I did a little while ago one telnet client with Winsock control.