Just wondering

Hey I have a small question... How would I write a program that could send information to another running windows app or something like that... especially in a particular field of that program. I've looked at windows handles and sendkeys functions, but neither seem to work well. If you need more info just ask... I'm thinking of maybe bruteforcing some word game app or something...
Could you maybe be slightly more specific... Like maybe what files I should include, or necessary functions ect...
That page lists a number of methods used to communicate between processes. There are many. Here's a page about Win32 options, with some sample code: http://www.codeproject.com/KB/threads/Win32IPC.aspx
Ok thanks! I'll take a look.
Topic archived. No new replies allowed.