Redirecting the Standard Output/Input/Error into/from a textbox
Posted
by Arjun Vasudevan
on Stack Overflow
See other posts from Stack Overflow
or by Arjun Vasudevan
Published on 2010-04-09T13:36:24Z
Indexed on
2010/04/09
13:53 UTC
Read the original article
Hit count: 533
I was making a VB.NET application that can be used to edit, compile and run C programs. I used the Process.StartInfo.RedirectStandardOutput property. But I'm unable to redirect it to a textbox, since it is not of the string type.
How do I redirect the output coming from the cl.exe process to my textbox?
© Stack Overflow or respective owner