Click to See Complete Forum and Search --> : Interaction with an Un-aware Application


BonJoviJones
October 5th, 2004, 01:07 PM
I have a legacy windows application that needs to automated. I have no access to the source code.

I would like to write a seperate (new) application to interact with the legacy app. The general order is:

1. Legacy App displays data
2. New App grabs data, performs processing, makes descision
3. New App takes apporiate action (read: Clicking buttons on Legacy App)

Could anyone provide pointers to APIs or techniques I might look in to?

Thanks