Controlling other applications

  • Thread starter Thread starter Sibi
  • Start date Start date
S

Sibi

Hello all,

i have a question concerning :control applications from my app.
Especially setting Text in txtforms. Like lets say i have Winword or
Notepad open, and i want to write Text in those applications. Is there
any written component for this kind of job?

Thanks for advice!

Regards Sibi
 
Sibi said:
Hello all,

i have a question concerning :control applications from my app.
Especially setting Text in txtforms. Like lets say i have Winword or
Notepad open, and i want to write Text in those applications. Is there
any written component for this kind of job?
Not that I know of. But you can write your own.
Start playing with Spy++ and the
FindWindow()/EnumWindows()/SetWindowText()/... APIs.

HTH,
Elias
 
Back
Top