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

مشاهدة النسخة كاملة : SysListView32 another application



C# Programming
06-29-2010, 01:30 PM
Hello, I need to pull data from another application. I have written to code to get it (using VirtualAllocEx, readmembory.. etc).

The program gets data for simple application, but for a particular application that I need, it doesn't seem to work, it returns empty string..

the application from which I need to retrieve data has a parent class named: Afx:00400000xx

I have used EnumChildWindow to loop through all the windows but it doesnt seem to produce any results

using Visual Studio 2003

Any help will be appreciated


Thanks