I'm working with an interesting coding environment that has unmanaged code, managed code, and C#. I have a GUI written in C#, and the associated console outputs stuff using unmanaged code that I don't really have access too. I was wondering if there is a way to read in the console to a text box in my GUI, or something like that? Basically just need access to the text in the console.
(One solution I tried was writing it to a text file, then reading it in, but its doesn't like that, because it is constantly writing)
Any help is appreciated!