console redirect

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.
 
S

S. Senthil Kumar

The System.Diagnostics.Process class's RedirectStandardXXX properties
should do what you want.

Regards
Senthil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top