C# and/or general programming question
What do I need to learn or do to make a program that read text from a running application? Using C#.
For example, I want to read incoming messengers from another window on a chat program, and store that information into a text file.
I might also want to send a message to the chat window, something like "AFK - leave a message",
The program I'm using doesn't have these features and I'd really like to program a third party application to do this for me since, I don't have access to the source code of the chat program.
How would I go about doing this? Thank you.
|