CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Receiving info after connecting to a port on a server...

    How do i take the info recieved after connecting to a server at some port...say 23 (telnet)....and pipe the information to an edit control window?

    [email protected]


  2. #2
    Join Date
    Jul 1999
    Location
    Pasadena, CA - USA
    Posts
    351

    Re: Receiving info after connecting to a port on a server...

    Look at the examples, Chatter and Chatsrvr on the online help. These are good examples of what you are asking. Keep in mind the ports are not the same, but you can change them.



    Regards,

    Paul Belikian

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured