The following video (gif) shows a third party console application that is managing an external process.
I'm looking to parse the information in the standard output to show it in a WinForm (C#).
I tried various approaches (for example here) but none seems to work, meaning nothing in the StreamReader, neither OutputDataReceived event.
If the text have new line characters, there is not issue. But is not the case with this app.
Any advice is appreciated.
Thanks