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

Threaded View

  1. #1
    Join Date
    Jul 2004
    Posts
    2

    Getting output from a telnet console from my program

    Hi there, I am developing a dialog to interact with a telnet session, so far i managed to pass commands to the telnet console using FindWindow and SendMessage functions, I cant get the console output??!! I dont know the function to use??? Can i get the output using SendMessage? or is there a way to get a handle of the telnet console from my program and then retrieve the output using that handle?
    Last edited by loay980; July 12th, 2004 at 08:02 AM.

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