
Running program and capturing output
I'm writing a VB4 MDI app in which I need
to execute a program and capture the output
it would normally send to the console to
an MDI child window. I'm pretty sure that
I need to use the CreateProcess API call.
I can use that to simply run a program, but
capturing the output seems a bit trickier.
I feel sure that somebody must have done this
before... :)
All help greatly appreciated,
Jon Nangle