المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to retrieve contents of a control in a different application?



C++ Programming
04-02-2009, 10:09 AM
Hi,

I was wondering if there is a way to retrieve contents of a control(let's take list control) of another application? I think we can reach the control via FindWindowEx. But how we retrieve the contents?

Thanks a bunch!
Neil