0
Answer

SysListView32 another application

iceman

iceman

14y
2.6k
1
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