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?
