Hello,

I'd like to know how if it's possible to write a program to 'control' another program.

For instance, let's say i'd like to open Word, change the font, and insert some text. Is there any way to 'get a hook' on another running program's resource, and trigger events like keystrokes or a mouse click ?

Thank you!!