I am trying to develop a GUI application that will Telnet into a remote machine and gather information from it. The problem that I am having is that while it is gathering the information from the remote machine I seem to loose functionallity in the GUI window. I cannot even get the window to come back to the foreground if another window is placed over part of it. Is there a way that I could possibly spawn the telnet process and immediatally return control to the parent process while still being able to periodically checking the child process for it's status ?
Or am I approching this problem totally wrong........
BTW...This is being done on a win2000 machine......