I am new to C# and Windows development.
A specific, closed-source, third-party application running in Windows periodically produces text. I would like to access this text programatically. The text produced is copyable/pasteable, i.e. I can highlight it, Ctrl-C and paste it into Notepad. I looked into tackling this with OCR but it seems like overkill -- is there an easier way in C#?