I have a an application that is trying to access a table in another
application's window (MDI windows). I am at a point where I can communicate
with the other application and send it keys using the "keybd_event" api. I
have a window in the other application that lists the customers and their
addresses. How can I find a specific customer (i.e. Smith) in this window
and then select it? Do you use treeview or listview api's?
Thanks,
Mark
application's window (MDI windows). I am at a point where I can communicate
with the other application and send it keys using the "keybd_event" api. I
have a window in the other application that lists the customers and their
addresses. How can I find a specific customer (i.e. Smith) in this window
and then select it? Do you use treeview or listview api's?
Thanks,
Mark