Output Window
Hi all,
I'm working on a .NET editor, i have a textBox where to write the code and compile it on the fly. The compiler works, and when I run the code, I get the result on VS ouput tab. I want just to show the ouput on new Form, not on the VS default output. It means when the user write"Console.WriteLine("Hello world");" a new form containing a textBox pop up to show the result.
How can I do this?
Thanks.
|