console redirect

  • Thread starter Thread starter Alucard
  • Start date Start date
A

Alucard

hello all, how do i do a redirection of ouput from a console process
to some textbox?

For example, in Visual Studio, when you build a solution, the console output
from the compiler (another process) is redirected to the Visual Studio's own
window.
 
The System.Diagnostics.Process class's RedirectStandardXXX properties
should do what you want.

Regards
Senthil
 
Back
Top