I have been able to get a working concept of this "front-end" to load all three server programs and report their output back to windows form textbox controls using an asyncronous callback method. (And yes, the server works...)
However, I've run across an issue that I was wondering if any of you guru's out there may have run across and could point me in a direction on.
I'm only receiving output from the actual program and not from any internally called processes (i.e., no 'starting zone xx' in the eqlaunch.exe window.) Is there a process method class, like ProcessStartInfo, that will allow me access to these internal processes? Or is there a way to 'hack' Process.Modules to gain access to them so I can add handlers to redirect their output back to the parent process's IO stream?
VB or VC++ references are okay.
Thanks!
U
__________________
Uleat of Bertoxxulous
Compilin' Dirty
|