I have made a text encryption program and am very happy with the result. It uses a simple encryption schyme of turning each character into ascii, adding a predefined number, and then converting it back to a character.

What I need help on is making it able to read and, if possible, manipulate text boxes from other programs (ie. AOL Instant Messanger). I know how to find each program (FindWindow API) but am stumped on how to do the rest. People have told me that it's possible but i dunno. Any help would be appreciated.


-contortix